body {
  text-align: center;
  background-color: #4f7f2b;
  background-image: url(../images/contentbg.gif);
  background-repeat: repeat-y;
  background-position: center;
}

#container {
  margin: 0 auto;
  width: 800px;
  height: 100%;
  text-align: left;
  background-image: url(../images/contentbg.gif);
  position: relative;
  top: -20px;
  list-style-type: disc;

} 

banner {
	position: absolute;
	left: -9999px;
	top: -75px;
}
a:link {
	color:#70380F;
	text-decoration: none;
}
a:visited  {
	color:#70380F;
	text-decoration: none;
}
a:active {
	color:#70380F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

 /* navigation style */
 
 
.nav {
	position: absolute;
	top: -81px;
	left: -286px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 185px;
	text-align: right;
	font-size: 12px;
	margin: 80px;
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
	line-height: 1px;
}

.nav a:link, a:visited, a:active {
	color: #76855d;
	text-decoration: none;
	background: none;
}
.nav a:hover {
	color: #003300;
}
.nav p {
	line-height: 17px;
}
.nav h3 {
	line-height: 10px;
}


/* main body style */

.main {
	width: 485px;
	position: relative;
	left: 245px;
	clear: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #507601;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D9DB99;
	font-size: 18px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
	color:#646F40;
	font-weight: lighter;
	line-height: -5px;
}
.main h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #663333;
}
.main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #381C07;
	font-weight: normal;
	list-style-type: disc;
	margin-left: 5px;
}

.main ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #381C07;
}
.main img {
	margin: 0 8px 0 8px;
	padding: 4px;
	border: 1px solid #C8D187;
	background: #fff;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #70380F;
	font-weight: normal;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #381C07;
	font-weight: normal;
	list-style-type: disc;
	margin-left: 5px;
	padding: 0 15px 0 15px;
}
/* footer style */
.footer {
	background-image: url(../images/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #70380F;
	text-align: center;
	padding-bottom: 200px;
	margin-top: 20px;
}
.footer a:link, a:visited, a:active {
	color: #924C18;
	text-decoration: none;	
}
.footer a:hover {
	color: #924C18;
	text-decoration: underline;	
}
.homepg {
	position: relative;
	top: -5px;
}
.homepg img {
	margin: 0 8px 0 8px;
	padding: 4px;
	border: 1px solid #C8D187;
	background: #fff;
}
.button img {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
.homepg p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #381C07;
	font-weight: normal;
	list-style-type: disc;
	margin-left: 5px;
}
.testimonials {
	font-style: italic;
	font-size: 95%;
}
.left-line {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #339900;
	padding-left: 15px;
}
.padding-right {
	padding-right: 15px;
}