@charset "utf-8";
 
.MainBox 
{
	width:940px;
	margin:auto;
	border-left:12px solid #f2f2f2;
	border-right:12px solid #f2f2f2;
	border-bottom:12px solid #f2f2f2;
	/*border-top:10px solid #ffffff;*/
	background:url(../gfx/page_bg.gif) repeat-x #ffffff;
}
.HeaderBox 
{
	width:100%;
	border-top:12px solid #f2f2f2;
}
.TopMenuBox
{
	top:140px;
	position:absolute;
	height:25px;
	width:940px;
	background:#004890;
	border-top:1px solid #ffffff;
}
.LeftMenuBox 
{
	width:340px;
	min-height:900px;
	background:#f2f2f2;
	float:left;
	margin-bottom:15px;
}
.ContentBox
{
	width:580px;
	min-height:900px;
	background:#ffffff;
	border-left:1px solid #f2f2f2;
	overflow:hidden;
}