body {
	margin: 0px;
	text-align: center;
	background-color: #D4CBAA;
}
.header {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 108px;
}
.navCol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #836e2c;
	width: 201px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #B5A66F;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E5E3D9;
	padding: 15px;
	text-align: left;
	width: 570px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4CBAA;
	height: 22px;
	vertical-align: middle;
	text-indent: 10px;
	margin: 0px;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.photofeature {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B5A66F;
}
.imgborderleft {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.nav a:visited {
	color: #E5E3D9;
	text-decoration: none;
}
h3 {
	font-weight: bold;
	color: #CC6600;
}

.nav a:hover {
	color: #836E2C;
	text-decoration: none;
	background-color: #D4CBAA;
	display: block;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B5A66F;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}
h2 {
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.main a:link {

	color: #836E2C;
	text-decoration: none;
}
.main a:visited {

	color: #836E2C;
	text-decoration: none;
}
.main a:hover {

	color: #836E2C;
	text-decoration: underline;
}
.main a:active {

	color: #836E2C;
	text-decoration: none;
}
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-24876654-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>