@charset "utf-8";
body {
	margin: 20px 0;
	color: #918f4d;
	font: 14px/24px Arial, Helvetica, sans-serif;
}
#logo {
	height: 92px;
	width: 218px;
	margin-top: 284px;
	margin-left: 20px;
}
a:link, a:visited {
	color: #207848;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #81b74e;
	outline: none;
}
#wrap {
	background: url(images/novoc-circles.png) no-repeat top center;
	width: 900px;
	margin: 0px auto;
}
#left-side {
	height: 650px;
	width: 334px;
	float: left;
}
#main {
	float: left;
	width: 566px;
}
#content {
	margin-top: 137px;
	margin-right: 55px;
}
h1 {
	font-size: 28px;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.3;
	margin: 1.2em 0 .2em 0;
}
p { margin: 5px 0 20px; }
.title {
	text-align: right;
	margin-right: 88px;
	margin-bottom: 38px;
}
img { border: 0; }
.space img {margin:3px;}



#dropdown-menu {
	width:130px;
	text-align: left;
	cursor:pointer;
	margin: 77px 0 0 54px;
	position: absolute;
}
ul.menu {list-style:none; margin:0; padding:0;}
ul.menu a:link, ul.menu a:visited {
	color:#8ba96f;
	font-weight: bold;
	background-color: #c5d9b2;
	display:block;
	padding: 4px 4px 4px 14px;
	margin:0;
}
ul.menu li {position:relative; float:left;}
ul.menu ul {position:absolute; display:none; list-style:none; padding:0;}
ul.menu ul li {position:relative; border:0; width:130px; margin:0;}
ul.menu a:hover {color:#fff; text-decoration:underline;}
ul.menu .menulink {
	width:130px;
	background: none !important;
	text-align: center;
	margin-bottom: 12px !important;
	padding: 0 !important;
}
ul.menu .topline {
	padding-top: 15px;
	background: url(images/oval.png) no-repeat center top;
}
ul.menu .bottomline {
	padding-bottom: 15px;
	background: url(images/oval.png) no-repeat center bottom;
}



.clear { clear: both; }
.center { margin: 0 auto; }
.left {float:left;}
.right {float:right;}
.aligncenter {text-align:center;}
#footer {
	margin-top: 50px;
}
