   body {
	text-align:center;
	background-color:#2A2744;
	height: 100%;
	width: 100%;
	margin:0;
	margin-top:30px;
	background-image: url(../sca_images/gradient.jpg); 

	background-repeat: repeat-x;
	background-position: left top;
    }

#main{
	position:relative;
	width:1110px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: "Century Gothic", Arial, sans-serif;
}

#sca_logo{
	position:absolute;
	top:148px;
	left:191px;
	height: auto;
	width: auto;
	border:none;
}

#sca_logo_text{
	position:absolute;
	top:258px;
	left:217px;
	width:auto;
	height:auto;
	color:rgb(201,220,216);
	font-size:18px;
	font-family: "Century Gothic", sans-serif;
	font-weight:normal;
}

a {
	font-family: "Century Gothic", Arial, sans-serif;
	text-decoration: none;
	color: #DABA61;

}
a:hover {
	color: #FF0000;
}


#footer {
	position:absolute;
	top:406px;
	left:80px;
	width: 950px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
}

.style1 {color: rgb(143,141,163)}


/*drop down menu */
#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	width: 78px;
	top:113px;
	left:452px;
	text-align:right;
	padding-top: 10px;
	font-size:16px;
	height: 104px;
	
}

#menu dt {
cursor: pointer;
background: none;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: none;
text-align: right;
}

#smenu1 {
	position: absolute;
	z-index: 100;
	left: 77px;
	margin-top: -1.4em;
	width: 163px;
	/*nice border! 
	border:1px solid rgb(143,141,163);*/
	text-align:right;
	top: 14px;
	height: 58px;
}

#smenu2 {
	position: absolute;
	z-index: 100;
	left: 77px;
	margin-top: -1.4em;
	width: 195px;
	/*nice border! 
	border:1px solid rgb(143,141,163);*/
	text-align:right;
	top: 46px;
	height: 42px;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: right;
/*font-size: 85%;*/
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
font-family: "Century Gothic", Arial, sans-serif;
	text-decoration: none;
	color: #DABA61;

display: block;
}
#menu dt a:hover{
color: #FF0000;
}

#menu li a:hover {
color: #FF0000;
text-decoration: underline;
}
