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

*{
	padding:0px;
	margin:0px;
	border:none;
}
body{
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-x;
	background-color:#142d63;
}

#wrapper{
	width:823px;
	margin:0 auto 10px auto;
}

#banner{
	width:823px;
	height:128px;
	background:url(../images/banner.jpg) no-repeat;
}
#banner2{
	width:823px;
	height:128px;
}
#banner2{
	width:823px;
	height:128px;
}

#main{
	float:left;
}

#leftnav{ /*166px total*/
	width:166px;
	background-color:#2b2828;
	float:left;
}
#contenthome{ /*657px total*/
	background:#FFFFFF;
	width:657px;
	float:left;
}


#content{
	float:left;
	width:486px;
	background:#FFFFFF;
}
.longer{

}
	
#rightnav{
	float:left;
	width:171px;
	background-color:#3e65b4;
}
#contentcontainer{
	width:657px;
	background:#3e65b4;
	float:left;
}

#clear{
	clear:both;
}