body {
	background-color: #0d2c16;
	margin: 0px;
	text-align:center;
}
#container {
	position:relative;
	width:850px;
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	border-top: 1px solid #666;
	border-right: 3px solid #666;
	border-bottom: 1px solid #666;
	border-left: 3px solid #666;
}
#header {
	position:relative;
	width:850px;
	height:250px;
	background-image: url(../images/cropped-cottage4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 5px solid #5f9407;
}
#contentarea {
	position:relative;
	width: 850px;
	background-color: #180c02;
	font-size: 11px;
	color:#333333;
}
#nav {
	position: absolute;
	width: 170px;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #180c02;
	color:#fff;
}
#nav p {
	padding:0px;
	margin-bottom:6px;
	margin-top:0px;
}
#nav a {
	color:#fff;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	padding-right: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	font-weight: bold;
	border-left:2px solid #fff;
	background-color: #180c02;
}
#nav a:hover {
	color:#666666;
	display:block;
	background-color:#fff;
}

#content {
	position:relative;
	width: 630px;
	left: 180px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #fff;
}
#content img {
	margin: 5px;
	border: 3px solid #abb936;
}
#content img.noborder {
	border: 0px;
}
#content ul {
	display:block;
	padding: 0; margin: 0;
}
#content ul li {
	padding: 3px;
	list-style-position: inside;
	list-style-type: square;
}
#content ol{display:block; margin:0px 15px 5px 20px; padding:0px;}
#content ol li{list-style-position:outside; list-style-type:decimal;}

#footer {
	position: relative;
	padding: 5px;
	font-size: 9px;
	background-color: #180c02;
	text-align: center;
	color:#fff;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #666666;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #457c00;
	border-bottom:1px solid #abb936;
	padding-top: 5px;
	letter-spacing: 1pt;
}
h2 {
	font-size: 14px;
	color: #457c00;
	letter-spacing: .7pt;
}
h3 {
	font-size: 16px;
	color: #457c00;
	letter-spacing: .8pt;
	padding-top:5px;
}
h4 {font-size:13px; color:#457c00; line-height:13px; padding-bottom:-5px; margin-bottom:0px;}
.photocaption {  
	font-size: 11px;
	font-style: italic;
	color: #457c00;
	border-bottom: 1px dotted #457c00;
	border-top: 1px dotted #457c00;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #dae5cc;
}
.photocaption h3 {
	font-style: normal;
	font-weight: bold;
	padding: 0; margin: 0
}
.specTable { padding:3px; border:1px solid #4e8400;}
.specTable_head {background-color:#4e8400; font-weight:bold; color:#fff; font-size:13px;}
a {
	color: #457c00;
}
a:hover {
	color: #017ec8;
}
