body{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #003F1F;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#8CC63F;
	color: #666666;
}
.header {
	background-image:url(img/header_bg.jpg);
	background-repeat:no-repeat;
	width: 931px;
	height: 158px;
	margin: 0 auto;
}
input {
	width: 170px;
	height: 15px;
	font-size:10px;
	padding: 3px;
	border:none;
}

textarea {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding: 3px;
	border-bottom:thin #7B7425 solid;
	border-left:thin #AFA53A solid;
	border-top:none;
	border-right:none;
}


.main {
	width: 931px;
	background-image:url(img/main_bg.jpg);
	background-color:#FFFFFF;
	margin: 0 auto;
}
.menu_holder{
	width: 680px;
	height: 27px;
	padding-top: 130px;
	float:right;
	margin: 0 auto;
}
.menu_spcr{
	width: 8px;
	height: 10px;
	float: left;
	margin: 0 auto;
}
a.bttn_home {
	display: block;
	width: 57px;
	height: 27px;
	background: url(img/bttn_home.jpg);
	float: left;
	}
a.bttn_home:hover {
	background-position: -57px 0;
	text-decoration: none;
}
a.bttn_about {
	display: block;
	width: 90px;
	height: 27px;
	background: url(img/bttn_about.jpg);
	float: left;
	}
a.bttn_about:hover {
	background-position: -90px 0;
	text-decoration: none;
}
a.bttn_what {
	display: block;
	width: 96px;
	height: 27px;
	background: url(img/bttn_what.jpg);
	float: left;
	}
a.bttn_what:hover {
	background-position: -96px 0;
	text-decoration: none;
}
a.bttn_who {
	display: block;
	width: 98px;
	height: 27px;
	background: url(img/bttn_who.jpg);
	float: left;
	}
a.bttn_who:hover {
	background-position: -98px 0;
	text-decoration: none;
}
a.bttn_testimonials {
	display: block;
	width: 108px;
	height: 27px;
	background: url(img/bttn_testimonials.jpg);
	float: left;
	}
a.bttn_testimonials:hover {
	background-position: -108px 0;
	text-decoration: none;
}
a.bttn_links {
	display: block;
	width: 57px;
	height: 27px;
	background: url(img/bttn_links.jpg);
	float: left;
	}
a.bttn_links:hover {
	background-position: -57px 0;
	text-decoration: none;
}
a.bttn_contact {
	display: block;
	width: 96px;
	height: 27px;
	background: url(img/bttn_contact.jpg);
	float: left;
	}
a.bttn_contact:hover {
	background-position: -96px 0;
	text-decoration: none;
}
.content {
width: 870px;
padding-left: 20px;
padding-bottom: 10px;
margin: 0 auto;
}

.left_content {
width: 300px;
height: 370px;
text-align:left;
float:left;
margin: 0 auto;
}

.mod_newsletter {
width: 404px;
height: 160px;
padding: 10px;
color: #FFFFFF;
background: url(img/mod1_bg.jpg);
background-repeat:no-repeat;
float:left;
margin: 0 auto;
}
.mod_right {
width: 404px;
height: 160px;
padding: 10px;
color: #FFFFFF;
background: url(img/mod2_bg.jpg);
background-repeat:no-repeat;
float:left;
margin: 0 auto;
}
.mod_spcr{
	width: 20px;
	height: 10px;
	float: left;
	margin: 0 auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.warn {
	color: #ff0000;
}

a:link {
color: #55606A;
text-decoration: underline;
}
a:visited {
color: #55606A;
text-decoration: underline;
}
a:hover {
color: #333333;
text-decoration: underline;
}
.base {
	width: 931px;
	font-size:10px;
	color:#FFFFFF;
	padding-top:25px;
	padding-bottom:10px;
	text-decoration:none;
	background-image:url(img/footer_bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}
a.footer {
	color: #FFFFFF;
	text-decoration:none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
