﻿*{margin:0; padding:0;}
body
{
	position: relative;
	color: #000;
	text-align: left;
	width: 100%;
	height: 100%;
	background-image: url(../Images/back.gif);
	background-color: white;
	font-family:Verdana, Arial;
	font-size:11px;
}
#page_margins
{
	/*max-width:none;*/
	/*min-width:inherit;*/
	
	position:absolute;
	left:50%;
	margin-left: -400px;
	margin-top:10px;
}
#page
{
	width: 800px;
	height: 100%;
}
#header
{
	border: #fd641e 1px solid;
	position:relative;
	background: #fff;
	width:800px;
}
#navigation
{
	border: #fd641e 1px solid;
	background: #fff;
	margin-top:12px;
	height:35px;
	vertical-align:middle;
	width:800px;
}
#main
{
	margin-top:10px;
	border: #fd641e 1px solid;
	background: #fff;
	width:800px;
	height:100%;
	margin-bottom:20px;
}
#contpart1
{

}
#contpart2
{
	margin-top:10px;
	background-color:#fff;
	float:right;
	width:182px;
	height:100%;
}
#contpart1_content
{

}
#contpart2_content
{}

.menuitem
{
	padding-top:7px;
	margin-left:10px;
	font-size:15px;
	font-weight:bold;
}