﻿body {
	color: black;
	background-image:url('../images/back.gif');
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
p,h1,h2,pre {
	margin:10px 10px 10px 10px;
}
h1,h2 {
	text-align: center;
}
h1 {
	letter-spacing: 3px;
	font-size: 26px;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
img {
	border: 0;
}
table {
	margin: 0 auto;
	width: 550px;
	border-collapse: collapse;
}
td {
	text-align: center;
	vertical-align: middle;
}
form {
	text-align: center;
}
.indented {
	text-indent: 30px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.small {
	font-size: 8pt;
}
.border {
	border: 2px outset black;
}
.underline {
	text-decoration: underline;
}
.strong {
	font-weight: bold;
}
.middle {
	vertical-align: middle;
}
div#container {
	margin: 0 auto;
	width: 860px;
	background-color: white;
	border: 1px solid #181833;
}
div#banner {
	background: url('../images/bg_header.png') no-repeat;
	padding: 8px;
	height: 57px;
}
div#banner h1 {
	color: #ffffcc;
	font-size:36px;
	margin: 0;
}
div#nav {
	float: left;
	width: 144px;
	background: url('../images/bg_nav_bottom.png') no-repeat bottom;
	padding-bottom: 14px;
	margin-bottom: 10px;
}
div#nav a {
	color: #ffffcc;
	background: url('../images/bg_nav.png') repeat-y;
	font-weight: bold;
	display: block;
	padding: 6px 7px;
}
div#nav a:hover {
	background: url('../images/bg_nav_hover.png') no-repeat left center;
}
div#nav div {
	color: #ffffcc;
	background: url('../images/bg_nav.png') repeat-y;
	font-size: small;
	text-align: center;
	padding: 6px 4px 6px 0;
}
div#content {
	margin-left: 145px;
	padding: 10px;
}
div#footer {
	background: url('../images/bg_footer.png') repeat-x;
	padding: 5px;
	font-size: x-small;
	font-weight: bold;
	clear: both;
	text-align: center;
}
div#footer a {
	color: #ffffcc;
}
div#footer a:hover {
	text-decoration: underline;
	color: #a2ecb2;
}
div.features {
	padding: 10px 5px 10px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px groove black;
	color: blue;
	background-color: #ffff99;
	font-weight: bold;
}
div.left {
	text-align: center;
	float: left;
}
div.right {
	float: right;
	text-align: center;
}
div.c1 { 
	width: 220px;
}
div.c2 { 
	width: 470px;
}
div.block {
	background-color: white;
	color: black;
	border: 1px solid black;
	margin-top: 20px;
	text-align: left;
}
table.ratestable {
	border: 3px solid black;
}
th.ratestoprow {
	border-bottom: 2px solid black;
}
.ratesleftcolumn {
	text-align: left;
	border-right: 2px solid black;
}
td.phototable {
	width: 235px;
	height: 160px;
}
td.phototext {
	padding: 20px;
}
table.eventstable {
	width: 600px;
	border: 3px solid black;
}
td.eventdate {
	text-align: left;
	border-bottom: 1px solid black;
	width: 125px;
	padding: 7px 10px;
}
td.eventdetails {
	text-align: left;
	border-bottom: 1px solid black;
	padding: 7px 10px;
}
td.hayride {
	padding: 15px 5px 15px 5px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
p.picture {
	margin: 5px 0px 5px 0px;
	text-align: center;
}

