@charset "UTF-8";
/* CSS Document */

html, body {
	padding:0;
	margin:0 auto 0 auto;
	background: #91AC31;
}
.brclear { 
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}






/* HOLDER STYLES */
#wrapper {
	width: 1000px;
	margin: 40px auto 0 auto;
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px;
}
#container {
	width: 1000px;
	margin: 0px;
	float:left
}


#header {
	width: 1000px;
	margin: 0px 0 40px 0;
	float:left;
}

#sidebar {
	width:230px;
	margin:0 20px 0 0;
	float:left;
}

#center {
	width:750px;
	float:right;
}

#image-block {
	width:750px;
	margin:0 0 20px 0;
}	

#page-heading {
	width:750px;
	margin:0 0 20px 0;
}	

#content {
	width:750px;
	margin:0 0 0px 0;
}

#footer {
	width:1000px;
	margin:25px 0 10px 0;
	padding:25px 0 0 0;
	border-top:1px solid #BDCD83;
	float: left;
	text-align: right;
}		






/* FONT STYLES */

.h1 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#3F4A14;
}	



.main-nav {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFFFFF;
	line-height:40px;
}

.main-nav a {
	color:#FFFFFF;
	text-decoration:none;
}	

.main-nav a:hover {
	color:#3F4A14;
	text-decoration:none;
}


.text {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#FFFFFF;
	list-style:circle;
}

.text a {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}	

.text a:hover {
	color:#3F4A14;
	text-decoration:underline;
	font-weight:bold;
}

.footer {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#BDCD83;
}

.footer a {
	color:#BDCD83;
	text-decoration:none;
}	

.footer a:hover {
	color:#3F4A14;
	text-decoration:none;
}	
