body{
	text-align:center;
	background:#00213D url(../img/body_bg.png) repeat-x;
}
#container{
	width:980px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

#header{
	width:100%;
	height:130px;
	background:url(../img/mastheads/masthead_final.jpg);
	position:relative;
}
#logo_aco{
	position:absolute;
	top:11px;
	left:12px;
}
#logo_atp{
	position:absolute;
	left:115px;
	top:25px;
}
#logo_img{
	position:absolute;
	top:47px;
	right:15px;
}

.content{
	padding:10px 0 20px;
	overflow:hidden;
	float:left;
}
#content_wo_sidebar{
	width:980px;
}
#content_w_sidebar{
	width:650px;
	padding:10px 20px 20px 0px;
}
#sidebar{
	width:310px;
	float:left;
	margin-top:25px;
}

#footer{
	padding:10px 10px;
	float:left;
	width:960px;
	color:#2E75BC;
	font-size:11px;
	line-height:11px;
	clear:both;
	text-align:center;
	background:#002756;
	margin-bottom:20px;
}
#footer #copyright{
	float:left;
	padding:0;
}
#footer #nav_footer{
	float:right;
}
#footer #nav_footer a{
	color:#2E75BC;
}