/* CSS Document */
body {
	margin: 10px 0 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#wrapper {
	width: 988px;
	margin: auto;
	}
#top {
	width: 988px;
	height: 20px;
	background: url(../images/top_bar.png) no-repeat;
	}
#banner {
	width: 888px;
	height: 160px;
	text-align: right;
	}
#main {
	width: 888px;
/*	height: 640px;*/
	}
#main .left {
	width: 190px;
	float: left;
	}
#main .left .top {
	width: 190px;
	height: 320px;
	}
#main .left .top ul {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
	}
#main .left .top ul li  {
	padding: 0 10px 14px 10px;
	}
#main .left .top ul li a,
#main .left .top ul li a:visited {
		color: #717075;
		font-weight: bold;
		text-decoration: none;
		background: #FFF;
		font-size: 110%;	
}
#main .left .top ul li a:hover,
#main .left .top ul li.active a {
		color: #0b4920;
}
#main .left .top ul li.menua:hover {
		background: url(../images/menu_over.png) no-repeat 0 0;
		}
#main .left .top ul li.menub:hover {
		background: url(../images/menub_over.png) no-repeat 0 0;
}
#main .left .top ul li.menuc:hover {
		background: url(../images/menuc_over.png) no-repeat 0 0;
}
#main .left .top ul li.menud:hover {
		background: url(../images/menud_over.png) no-repeat 0 0;
}
#main .left .top ul li.menue:hover {
		background: url(../images/menue_over.png) no-repeat 0 0;
}
#main .left .bottom {
	text-align: right;
	width: 180px;
	height: 320px;
	}
#main .right {
	width: 698px;
	float:left;
	overflow: hidden;
	}
#main .right .middle p {
	font-size: 100%;
	color: #666666;
	margin: 0;
	padding: 10px 20px 0 6px;
	}
#main .right .middle h2 {
	padding: 0 20px 0 6px;
	margin: 0;
	}
#footer {
	clear: both;
	width: 988px;
	height: 30px;
	background: url(../images/footer.png) no-repeat top;
	color: #717075;
	font-size: 80%;
	margin: auto;
	}
#footer ul {
	margin: 0;
	padding: 14px 0 0 194px;
	list-style: none;
	}
#footer ul li {
	display: inline;
	padding: 0 10px 0 0;
	}
#footer ul li.last {
	padding: 0 0 0 40px;
	}
#footer ul li a,
#footer ul li a:visited {
	color: #717075;
	text-decoration: none;
	}
#footer ul li a:hover,
#footer ul li a.active {
	color: #94b969;
	}
.clear {
	clear: both;
	}
#main .right .middle {
	padding-bottom: 20px;
	}
div#contact_left
{
	float:left;
	width:330px;
}
div#contact_right
{
	float:left;
	width:330px;
}