   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;
    }
hr {
	color:#2A2744;
	width:300px;
	text-align:center;
}

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

}
a:hover {
	color: #FF0000;
}

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

#main_text{
	position:absolute;
	top:2px;
	left:384px;
	width:700px;
	text-align:left;
	padding-top:25px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:16px;
	/*background-color: rgb(182,181,196);*/
	background-color: rgb(215,215,215);
	font-family: "Century Gothic", Arial, sans-serif;
	font-size:16px;
	border:1px solid gray;
}

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

#menu {
	position:absolute;
	top:346px;
	left:125px;
	width:127px;
	text-align:right;
	font-size:16px;
	height: auto;
}

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

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




#footer {
	position:absolute;
	top:493px;
	left:0px;
	width: auto;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
}


.style1 {color: rgb(143,141,163)}
.century_gothic_center {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	font-weight:normal;
	text-align:center;
}
.align_center {
	text-align: center;
	font-size:18px;
}
