@charset "utf-8";
.ContentStyle #Container {
	width: 830px;  
	background: #666;
	margin: 0 auto; 
	border: 1px solid #666;
}
.ContentStyle #Sidebar {
	background: #CCC;
	float: left; 
	width: 165px;
	padding: 12px;
	min-height: 200px;
	
}
.ContentStyle #mainContent {
	background: #FFF;
	margin: 0 0 15px 197px; 
	padding: 20px 50px 20px;
	font-family: Verdana, Geneva, sans-serif;
	width: 533px;
	min-height: 470px;
	height: auto;
	text-align:left;
} 
#Menu
{
	font-family: Tahoma, Geneva, sans-serif;
	background: url(images/MainImages/SubMenu_Top.jpg) no-repeat top center;
	margin: 15px 0 0 0;
	padding: 12px 0 0 0;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
#Menu ul
{
	margin: 0;
	list-style-type: none;
	line-height: normal;
	padding: 0 0 12px 0;
	border-top: 1px solid #FFF;
	background: url(images/MainImages/SubMenu_Bottom.jpg) no-repeat bottom center;
}
#Menu a
{
	display: block;
	padding: 3px 6px;
	width: auto;
	background-color: #c4bfac;
	border-bottom: 1px solid #FFF;
}
#Menu a:link, #MenuList a:visited
{
	color: #FFF;
	text-decoration: none;
}
#Menu a:hover
{
	background-color: #90937e;
	color: #FFF;
}
