body { 
	margin:0; padding:0;
	background: url(imgs/bg.jpg) repeat-x #419057;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #5a3d1c;
}

img { border:0; }
div, img, ul, li,img, h1, h2, h3, h4 { margin:0; padding:0; }

a { color: #419059; }
a:hover { text-decoration: none; }

#main {
	text-align: left;
	margin: 20px auto;
	border: 2px solid #5a3d1c;
	width: 760px;
	background: #fff;
}


#header {
	height: 110px;
	text-align: right;

}

#middle {
/*	margin-top:-16px;*/
	background: url(imgs/bg2.jpg) repeat-x top #faf5b3; 
}

#left { 
	float: left;
	width: 200px;
	
	_margin-top: 10px;
}

#right {
	float: right;
	width: 160px;	
}

#right a { font-size: 11px; }

#nav ul { list-style:none; margin: 0; padding: 0; }
#nav ul li  { height: 24px; margin:0; padding:0; }
#nav ul li a {
	color: #5a3d1c; 
	text-decoration: none; 
	font-size: 14px; 
	line-height: 24px; 
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-indent: 10px;
	_height: 1%;
	margin: 0; padding:0;
	font-weight:bold;
}

#nav ul li a:hover {
	color: #fff; 
	background: #5a3d1c; 
}
#content_c { 
	background:url(imgs/hatchbg.jpg) repeat-x bottom #fff;
	margin-left: 200px;
	border-left: 1px solid #5a3d1c; 
}

#content {
	width: 545px;
	min-height: 350px;
	_height: 350px;
}


#bty { text-align: right; }

#txt { margin-left: 10px; margin-right: 20px; }
#txt h3 { font-size: 16px; color: #5a3d1c; }
#txt p, #txt ul { margin-left: 20px; }
#txt ul li { margin-left: 15px; }

#siteplanlink {
	float: right;
	border: 1px solid #ccc;
	margin:10px;
	width: 165px;
	text-align:center;
}
#siteplanlink a { font-size: 11px; }
	
	
#footer {
	height: 65px;
	border-top: 1px solid #5a3d1c;
	line-height: 65px;
	vertical-align:middle;
}

#footer img { display:inline; }


.oddrow {
	background: #efefef;
}

.evenrow {
	background: #fff;
}


table.tab {
	border-left: 1px solid #5a3854;
	border-top: 1px solid #5a3854;
}

table.tab th {
	background:#6c381c;
	color: #fff;
}
table.tab td {
	border-bottom: 1px solid #5a3854;
	text-align: center;
	border-right: 1px solid #5a3854;
}