@charset "utf-8";
/* CSS Document */

body {
	margin:20px 0 0 0;
	padding:0;		/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color: #5B6C27;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/site_hm/bg.gif);
	background-position: top left;
	background-repeat: repeat;
}


#header {
	width:932px;
	margin: 0px;
	padding: 0px;
	height: 155px;
	background-image: url(images/site_hm/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#header_box {
	float:right;
	width:400px;
	margin:48px 12px 0 0
}

#linksbar {
	width:918px;
	height:31px;
	margin: 0;
	padding: 10px 7px 0px 7px;
	background-image: url(images/site_hm/linkbar.gif);
}




#container-flash {
	width:920px;
	height:280px;
	z-index: 200;
	padding: 0 6px 0 6px;
	background-image: url(images/site_hm/flash_area.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#fade {
	width:932px;
	height:15px;
	background-image: url(images/site_hm/fade.gif);
	background-position: top left;
	background-repeat: repeat-x;
}



#content {
	width: 920px;
	background-image: url(images/site_hm/body.gif);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 6px 0 6px;
}

#fade2 {
	width:932px;
	height:15px;
	background-image: url(images/site_hm/fade2.gif);
	background-position: top left;
	background-repeat: repeat-x;
}



#content2 {
	width: 920px;
	background-image: url(images/site_hm/body2.gif);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 6px 0 6px;
}

#two-columns_content {
	width: 860px;
	padding: 15px 30px 0 30px;
}

#bodycontent2 {
	/*float it*/
	float:right;
	width: 396px;
	margin: 0;
	text-align: left;
}



#body_area {
	height: auto;
	width: 398px;
	margin: 0;
	float: left;
}




#footer {
	padding: 15px 23px 15px 23px;
	background-image: url(images/site_hm/footer.gif);
	width: 886px;
	height: 88px;
	background-position: top left;
	background-repeat: no-repeat;

}

#testimonials_box {
	padding: 0 6px 0 6px;
	background-image: url(images/site_hm/testimonials.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#testimonials {
	padding: 0 32px 0 32px;
	border-top-color: #5a6a28;
	border-top-style: solid;
	border-top-width: 1px;
}
