body {
	background-color: #809C38;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#content {padding-bottom: 100px;}  /* must be same height as the footer */

#maincontent {
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #CC6600;
	font-family: "Conduit ITC", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-bottom: 10px;
}
#maincontent h1 {
	color: #CC6600;
	font-size: 34px;
	font-family: "Conduit ITC", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}
#maincontent h2 {}
#maincontent h3 {}
#maincontent h4 {}
#maincontent h5 {}
#maincontent h6 {}
a:link, a:visited {
	color: #319AC1;
}
a:hover, a:active {
	color: #CC6600;
}
#maincontent p {
	margin-left: 20px;
	margin-right: 20px;
}

#footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background-color: #3F4530;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
}
#footer .footercontent {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(../img/logo_footer.png);
	background-repeat: no-repeat;
	background-position: 25px 10px;
	height: 100px;
}



#footer .footercontent p {
	color: #DDDDDD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 125px;
	font-size: 11px;
	padding-top: 10px;
}
#sidebar #navigation {
	background-color: #5C6B3C;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: rgba(51,51,51,.70);
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navlist  li {
	padding: 0px;
	list-style-type: none;
	font-size: 24px;
	font-family: "Conduit ITC", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover {
	color: #A2BC5C;
	text-decoration: none;
}
#navlist a:active {
	color: #A2BC5C;
	text-decoration: none;
}
#navlist a:visited.current {
	color: #4AACD2;
}
#maincontent img.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#maincontent .rounded {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#maincontent img.floatright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#maincontent iframe {
	margin-left: 20px;
}
#maincontent .zoom img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
}
