body,
	html {
		margin:0;
		padding:0;
		background:#6A8B1A;
		color:#000;
	}
	body {
		min-width:800px;
		font: normal 82.5% Tahoma,sans-serif;
	}
h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
#wrap {
		background:#E2EACF;
		margin:20px auto;
		width:800px;
		
	  }
#header
{
	background:#E2EACF;
	font-size: 1.2em;
	height: 92px;
	margin: 0 auto;
	padding: 10px 10px 5px;
}
#header #hleft, #header #hright {
	background: #A4A4A0;
	color: #FFF;
		
}
#header #hright
{
	background: #B3C2C7 url(../img/head_image.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	text-align: center;	
	width: 459px;
	height: 92px;
	float:right;
}
#header #hleft {
	background:#8BB0DD url(../img/a8.gif) repeat-x;
	overflow: auto;
	width: 315px;height: 92px;
	float:left;
	}
#nav
{
	background: #E2EACF;
	margin: 0 auto;
	padding: 0 10px 10px;
}
#navcontainer
{
	background: #E2EACF url(../img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;	
	padding:0 16px;
}
#nav ul
{
		margin:0;
		padding:0;
		list-style:none;
}
#nav li
{
		display:inline;
		margin:0;
		padding:0;
}
#navcontainer a
{
	background: #9BB65A ;
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 13px sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
#navcontainer a:hover {background-position: left bottom; color: #fff;}
#main
{
		background:#FAFAFA;
		float:left;
		width:531px;
		padding: 0 16px;
		margin:0 0 0 10px;
		border-right:1px dashed #e4e4e4;
}
#main .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
p{
	font-size: 1.0em;}
#sidebar
 {
 background:#E2EACF;
 float:right;
 width:210px;
 		
}
#sidebar li
 {
 list-style: none;
 margin: 0;

 }
#sidebar li a { text-decoration: none;color:#777 }
#sidebar li a:hover {
	
	color:#FFF;
	}
#sidebar h3
{
	
	background: url(../img/h1bullet.gif) no-repeat left;
	padding-left: 25px;
}
#footer { text-align:center;font-size: .84em; clear: both; padding: 10px; background: #E2EACF; }
#footer a { color: #444; }
