body {
	margin: 50px 0px; 
	padding: 0px;
	/* Hack for IE5.x on Wintel machines - causes everything to center */
	text-align: center;
	background-color: #E7E5CA;
	font: normal normal 12px Verdana, Helvetica, Arial, sans-serif;
	}
#wrapper {
	width: 682px;
	/* Setting left and right margins to auto on wrapper div centers the div in modern browsers */
	margin: 0px auto;
	/* Hackback to realign all text to the left on modern browsers */
	text-align: left;
	}
img { 
	float: left;
	}
div, img, a {
	border: 0;
	margin: 0;
	padding: 0;
	}
div.small-photos {
	float: left;
	width: 206px;
	}
div.nav {	
	clear: both;
	}
div.content {
	background-image: url(images/INDEX-content-background.jpg);
	background-repeat: no-repeat;
	width: 476px;
	height: 280px;
	float: left;
	}
div.footer {
	color: #464D02;
	text-align: center;
	clear: both;
	}
div.footer a {
	color: #464D02;
	}
div.footer a:link {
	color: #464D02;
	text-decoration: none;
	}
div.footer a:visited {
	color: #464D02;
	text-decoration: none;
	}
div.footer a:active {
	color: #464D02;
	text-decoration: none;
	}
div.footer a:hover {
	color: #464D02;
	text-decoration: underline;
	}
div.content p {	
	width: 420px;
	color: #464D02;
	margin-left: 20px;
	margin-top: 16px;
	}
div.inner-content {
	padding-top: 30px;
	}
div.inner-content h1, div.inner-content h2, div.inner-content h3 {
	width: 608px;
	margin-left: 38px;
	}
div.inner-content h1 {
	font: normal bold 2.4em Verdana, Arial, Helvetica, sans-serif;
	color: #676D2F;
	}
div.inner-content h2 {
	font: normal bold 1.7em Arial, Helvetica, sans-serif;
	background-color: #9DA069;
	color: #fff;
	padding-left: 3px;
	clear: both;
	}
div.inner-content h3 {
	font: normal bold 1.2em Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000;
	padding-left: 3px;
	}
div.inner-content {
	background-image: url(images/INNER-PAGE-BACKGROUND.jpg);
	background-repeat: repeat-y;
	}
div.inner-content p {
	width: 608px;
	margin-left: 38px;
	line-height: 17px;
	}
div.inner-content ul {
	width: 550px;
	padding-left: 38px;
	margin-left: 38px;
	line-height: 17px;
	}
div.inner-content img {
	border: 1px solid #9DA069;
	margin: 2px;
	}
table.contactform {
	width: 608px;
	margin-left: 38px;
	}
table.contactform td.lbl {
	text-align: right;
	vertical-align: top;
	width: 75px;
	}
table.contactform td.inp input {
	width: 200px;
	}
table.contactform td.inp textarea {
	width: 200px;
	height: 70px;
	}
div.inner-content img.noborder {
	border: 0;
	margin: 0;
	}