#container{
	width:911px;
	height:100%;
	margin:auto;
}

#header{
	width:861px;
	padding:0px 25px 0px 25px;
	height:126px;
	background:url(../gfx/bg-header.gif) repeat-y #2d3f55;
}

#logo{
	float:left;
	border:0px;
	margin-top:37px;
	margin-left:25px;
	margin-right:27px;
}

#topmenu{
	float:left;
	color:#bfcaba;
	padding:10px 0px 51px 371px;
}
#topmenu a{
	text-decoration:none;
	color:#bfcaba;
	font-size:10px;
	text-transform:uppercase;
}
#topmenu a:hover{
	color:#ffffff;
}

#menubar{
	float:left !important;
	float:none;
	width:589px;
	height:46px;
	background:url(../gfx/bg-menubar.gif) repeat-x;
	padding:5px 0px 0px 5px;
}

#wrapper{
	width:861px;
	background:url(../gfx/bg-wrapper.gif) repeat-y #ffffff;
	padding:0px 25px 20px 25px;
}

#content{
	float:left;
	width:540px;
	text-align:left;
	padding:30px 50px 20px 40px;
}

#leftbox{
	width:216px;
	min-height:300px;
	float:left;
	padding:15px 0px 20px 15px;
}

#rightbox{
	width:231px;
	min-height:300px;
	float:left;
	padding-top:15px;
}

#footer{
	clear:both;
	padding:8px 15px 8px 40px;
	border-top:solid 1px #e1e7db;
	border-bottom:solid 1px #e1e7db;
	color:#8c8d91;
	font-size:10px;
	text-transform:uppercase;
}
#footer a{
	color:#52687f;
	text-decoration:none;
}
#footer a.baseplus{
	background:url(../gfx/baseplus.gif) no-repeat center right;
	padding-right:17px;
	color:#8c8d8f;
	float:right;
}