@charset "utf-8";
/* CSS Document */

p{padding:0 0 0 0;}

body{
	position: relative;
	text-align:center;
	background-color: #262626;
	font-family: 'Rosario', sans-serif;
}

section{
	background-color: #b3b3b3;
	margin-left: auto;
   	margin-right: auto;
	width:750px;
	min-height:400px;
	padding-top:40px;
	margin-top:-20px;
	z-index:-100;
}

section h1{
	color:#f5f5f5;
	
}

section a{
	position:relative;
	z-index:300;
}	

#wwd-p{
	text-align:left;
	padding-left:100px
}

ul{
	text-align:left;
	padding-left:130px;
}

p{
	padding:10px 20px 10px 25px;
}

nav{
	background-color: #3d5994;
	margin-left: auto;
    	margin-right: auto;
	width: 950px;
	color:#ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	z-index:100;
	position:relative;
}

nav a{
	text-decoration: none;
	color:#ffffff;
	padding:10px 35px 10px 35px;
	font-size: 16pt;
}

a{
	text-decoration: none;
	
}

footer{
	background-color: #3d5994;
	text-align:left;
	margin-top:-20px;
	margin-bottom:-20px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius: 10px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 5px 5px 20px;
}

footer #AS-logo-footer{
	-moz-border-radius: 60px;
	-webkit-border-radius:60px;
	border-radius: 60px;
	width:120px;
	height:120px;
	background: #b3b3b3;
	border: #262626 2px solid;
}

footer #right-side{
	padding-left:160px;
	margin-top:-140px;
}

footer #AS-logo-footer .AS-logo{
	height:85px;
	width:100px;
	padding:15px 0px 0px 13px;
}

header{
	font-family: 'Droid Serif', serif;
	color: #90a2c7;
	padding-top:40px;
	margin-left: auto;
    margin-right: auto;
	width:650px;
	text-align: center;
}

header .AS-logo{
	/*float:center;*/
	height:85px;
	width:100px;
}

header #AS-h2{
	float: left; 
	margin-left:-17px; 
	font-size:2em;
}

header #SON-h2{
	float: right; 
	padding-right:50px; 
	font-size:2em;
}

#AS-logo-bg{
	z-index:-1000;
	position:relative;
	margin:-100px auto -110px auto;
	width: 200px;
	height: 200px;
	background: #b3b3b3; 
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px; 
	border-radius: 100px;
}

/* span{
	font-size:2.3em; 
	font-weight:bold;
	margin-top:15px;
} */

/*.sep-bar{
	background-color: #ffffff;
	width:4px;
	height:30px;
	margin-top:-30px;
}*/