body {
	background-image: url(../images/grass_bg.jpg);
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#bg_wrap {
	background-image: url(../images/sky_bg.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
	top: 0px;
	z-index: 800;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	margin-top: 0px;
}
#header {
	width: 900px;
	height: 319px;
}
#company_logo {
	float: left;
	height: 244px;
	width: 320px;
}
#header_image {
	float: left;
	height: 244px;
	width: 527px;
	background-image: url(../images/topgrass_header.jpg);
	text-align: right;
}
#navigation {
	height: 60px;
	width: 900px;
}
#navigation a {
	margin: 0 -4px -4px 0;
	padding: 0px;
}
#body_content {
	width: 900px;
}
#main_content {
	width: 590px;
	float: left;
	background-color: #FDFFDE;
}
#main_content_top {
	background-image: url(../images/main_content_top.jpg);
	height: 6px;
	width: 590px;
}
#main_content_btm {
	background-image: url(../images/main_content_btm.jpg);
	height: 36px;
	width: 590px;
}
#main_content_text {
	width: 560px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #238322;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #238322;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #238322;
}
p {
	font-size: 12px;
	line-height: 140%;
}
a {
	color:#238322;
	text-decoration:none
}
a:hover {
	color:#238322;
	text-decoration:underline
}
li {
	font-size: 12px;
	line-height: 130%;
}
#footer {
	font-size: 9px;
	color: #FFF;
	height: 70px;
	width: 900px;
	text-align: center;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FF0;
}
#right_content {
	float: left;
	width: 284px;
	margin-left: 25px;
}
#testimonial {
	background-color: #faecbc;
	background-image: url(../images/testimonial.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
#faq {
	background-color: #f9e1bb;
	background-image: url(../images/faq.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
