body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #EFECCA;
/*	background-color: #FFFFFF;*/	
	background-image: url(images/body_backing.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#header_left{
	float: left;
	height: 86px;
}
#header_right{
	float: right;
}
#header_left img, #header_right img{
    display: block;
    margin: 0;
    padding: 0;
}
#page {
	width: 1000px;
	text-align: left;
	margin: auto;
}
#menu {
	background-image: url(images/menu_backing.png);
	background-repeat: repeat;
	height: 31px;
	text-align: center;
	clear: both;	
}
#menu_items {
	color: #FFFFFF;
	padding: 5px;
}
#menu_items a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	padding: 0px 5px;
}
#menu_items a .highlight {
	color: #EFECCA;
}
#right_content {
	width: 300px;
	padding: 8px 0 0 20px;
	float:left;
}
#main_content {
	float: left;
	width: 516px;
	font-size: 95%;
}
#text {
	background-image: url(images/mainback.png);
/*	background-image: url(images/mainback2.png);*/
	background-repeat: repeat;
}
#footer {
	clear: both;
	text-align: center;
	background-image: url(images/menu_backing.png);
	background-repeat: repeat;
	color: #FFFFFF;
	font-size: 80%;
	height: 200px;
}
#footer a {
	color: #FFFFFF;
}
.centered {
	text-align: center;
}
.flashTestimonial {
	background-image: url(images/testi-back.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 609px;
	padding-top: 5px;
	background-position: center;
}
.flashHow {
	background-image: url(images/how-back.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 409px;
	padding-top: 5px;
	background-position: center;
}
h1 {
	font-size: 160%;
	color: #00713D;
	line-height: 1.7ems;
	margin-top: 10px;
}
h2 {
	font-size: 140%;
	color: #231F20;
}
h3 {
	font-size: 130%;
	color: #009933;
}
a:link {
	color: #00713D;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #009933;
}
a:active {
	color: #000000;
}






/* form stuff */
.form_el { float: left; margin: 5px; padding: 3px; }
.form_row { clear:both; padding:0 0 4px; overflow:hidden; }
.error_field { background-color: #FFCCCC; border: 2px solid #F00; margin: 3px; }
.error_field label { font-weight:bold; }
.error_field input[type="text"] { border: 2px solid #F00; }

.form_row_alt_color { background-color:#F6F6F6; }
.form_row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* Hides from IE-mac */
* html .form_row {height: 1%;}
/* End hide from IE-mac */

#error_message { font-size:large; color:#F00; }
