@charset "utf-8";
/* CSS Document */

a img{ border:0}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg-body.png) repeat-x top center;
}

#outerwrap{
	margin-left:auto;	
	margin-right:auto;
	width:1000px;
	clear:both;
}


#header{
	clear:both;
	height:130px;
	margin:15px 0 0 0;
}

#logo{
	float:left;
	margin:0 -300px 0 0;
}

#nav{
	float:right;
	margin:60px 0 0 0;
}

#nav a{
	margin-left:30px;
	margin-right:30px;
	text-decoration:none;
	color:#666;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.9px;
}

#nav a:hover{
	color:#2d3092;
}

#mainbanner{
	margin:0px 0 30px 0;
}

#main {
	clear:both;
	margin:30px 0 0 0;
	font-size:14px;
	color:#333;
	line-height:22px;
}

#maincontent{
	float:left;
	width:650px;
	margin:0 -650px 0 0;
}

#maincontent h1{
	font-size:22px;
	line-height:30px;
	color:#232575;
	margin:0 0 15px 0;
	letter-spacing:-0.8px;
	font-family: 'Droid Sans', Arial, sans-serif;
}

#maincontent .equip{
	width:260px;
	margin:0 15px 15px 0;
	float:left;
	text-align:center;
	font-weight:bold;
}

#mainright{
	width:300px;
	float:right;
	background:#e6e6e6;
}

#mainrightcontent{
	padding:15px 20px 15px 20px;
	border-bottom:4px solid #fff;
}

#mainright a{
	text-decoration:none;
	color:#fff;
	background:#232575;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.9px;
	display:block;
	padding:15px 20px 15px 20px;
}

#mainright a:hover{
	color:#fff;
	background:#03C;
}

#footer{
	clear:both;
	background:url(images/bg-footer.png) repeat-x top center;
	margin:30px 0 0px 0;
	padding:30px 0 30px 0;
}

#footercontent{
	width:1000px;
	font-size:11px;
	color:#555;
	text-align:center;
	margin-top:30px; 
	margin-bottom:0px; 
	margin-left:auto;	
	margin-right:auto;
}