body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7ab51d;
}

#wrapper {
	width:800px;
	min-height:795px;
    margin:0 auto;
	background-repeat:none;
}

#header {
	width:800px;
	height:200px;
}

#topNav {
	width:800px;
	height:20px;
	padding-top:4px;
}

#navLeft {
	width:311px;
	float:left;
	padding-left:60px;
}	

#navRight {
	width:429px;
	float:right;
}

#topNav ul {
	padding:0;	
	margin:0;
}

#topNav ul li {
	list-style:none;
	float:left;
	margin-right:10px;
}

#topNav ul li a:link, #topNav ul li a:active, #topNav ul li a:visited {
	text-decoration:none;
	color:#a9cb6a;
}

#topNav ul li a:hover {
	color:#5b8f28;
}

#topNav ul li a.active {
	color:#5b8f28;
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#a9cb6a;
}

a:hover {
	color:#5b8f28;
}

a.active {
	color:#5b8f28;
}

#leftBox {
	margin-top:92px;
	width:270px;
	height:184px;
	font-size:11px;
	line-height:16px;
}

#content {
	width:800px;	
}

#leftCol {
	width:200px;
	float:left;
	font-size:11px;
}

#rightCol {
	width:268px;
	float:right;
	font-size:11px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
