* {
	font-family: Geneva, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

html {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #89A94F;
}

body {
	width: 942px;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #BE3621;
	text-decoration: none;
}

a:visted {
	color: #BE3621;
	text-decoration: none;
}

a:hover {
	color: #BE3621;
	text-decoration: underline;
}

a:active {
	color: #BE3621;
	text-decoration: none;
}

.logo {
	height: 65px;
	width: 310px;
	float: left;
}

.logo img {
	margin: 20px 0 0 0;
}

img {
	border: none;
}

.nav {
	margin-left: 310px;
	height: 65px;
	width: 630px;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	float: left;
	list-style: none;
	margin: 25px 0 0 20px;
	padding: 0;
	color: #fff;
	font-size: 16px;
}

.nav ul li:hover {
	background-color: #6D804B;
	margin: 20px -5px -5px 15px;
	padding: 5px;
	cursor: pointer;
}

.nav ul li.active {
	background-color: #6D804B;
	margin: 20px -5px -5px 15px;
	padding: 5px;
}

.nav ul li a:link {
	color: #fff;
	text-decoration: none;
}

.nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

.nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.nav ul li a:active {
	color: #fff;
	text-decoration: none;
}

.main_image {
	width: 942px;
	height: 300px;
	border-top: 1px solid #fff;
	background-color: #fff;
	background-repeat: repeat-x;
}

.home_img {
	background-image: url(../images/home2.jpg);
}

.recreation_img {
	background-image: url(../images/recreation3.jpg);
}

.eatshop_img {
	background-image: url(../images/eatshop.jpg);
}

.about_img {
	background-image: url(../images/about2.jpg);
}

.locals_img {
	background-image: url(../images/locals2.jpg);
}

.contact_img {
	background-image: url(../images/contact2.jpg);
}

.content {
	width: 942px;
	height: 530px;
	background-color: #fff;
}

.clear {
	clear: both;
}

.home {
	height: 530px;
}

.eat {
	height: 480px;
}

.local {
	height: 2800px;
}

.about {
	height: 1650px;
}

.recreation {
	height: 470px; 
}

.content .full {
	width: 900px;
	margin-right: 20px;	
	display: table;
}

.content .full .text h1 {
	padding: 20px;
	margin: 0;
	color: #BE3621;
	font-size: 16px;
	font-weight: normal;
	width: 800px;
}

.content .full .text h3 {
	padding: 0 20px;
	margin: 0;
	color: #BE3621;
	font-size: 14px;
	font-weight: normal;
	width: 800px;
}

.content .full .text p {
	padding: 0 20px 20px 20px;
	margin: 0;
	color: #999;
	font-size: 12px;
	line-height: 18px;
}

.content .full label {
	padding: 0 20px 20px 20px;
	margin: 0;
	color: #999;
	font-size: 12px;
	line-height: 18px;
	display: table;
}

.content input.form_text {
	width: 250px;
	height: 25px;
	margin-left: 20px;
	margin-top: -15px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #999;
} 

.content textarea {
	width: 500px;
	height: 230px;
	background-color: #fff;
	border: 1px solid #999;
	margin-left: 20px;
	margin-top: -15px;
	margin-bottom: 20px;
	display: table;
}

.content .button {
	margin-left: 20px;
}

.content .left {
	width: 450px;
	float: left;
	margin-right: 20px;	
}

.content .left .text {
	width: 230px;
	float: left;
}

.content .left .text h1 {
	padding: 20px;
	margin: 0;
	color: #BE3621;
	font-size: 16px;
	font-weight: normal;
	width: 230px;
}

.content .left .text p {
	padding: 0 20px 20px 20px;
	margin: 0;
	color: #999;
	font-size: 12px;
	width: 230px;
	line-height: 18px;
}

.content .left .eat_text {
	width: 430px;
	float: left;
}

.content .left .eat_text h1 {
	padding: 20px;
	margin: 0;
	color: #BE3621;
	font-size: 16px;
	font-weight: normal;
	width: 430px;
}

.content .left .eat_text p {
	padding: 0 20px 20px 20px;
	margin: 0;
	color: #999;
	font-size: 12px;
	width: 430px;
	line-height: 18px;
}

.content .left .pictures {
	width: 200px;
	height: 380px;
	margin-left: 250px;
	padding-top: 20px;
}

.content .left .pictures .picture1 {
	height: 150px;
	width: 150px;
	border: 1px solid #fff;
	margin: 45px 0 0 30px;
}

.content .left .pictures .picture2 {
	height: 150px;
	width: 150px;
	border: 1px solid #fff;
	margin: 30px 0 0 30px;
}

.content .right {
	width: 470px;
	float: right;
}

.content .right .text h1 {
	padding: 20px 20px 20px 0;
	margin: 0;
	color: #BE3621;
	font-size: 16px;
	font-weight: normal;
	width: 430px;
}

.content .right .text p {
	padding: 0 20px 20px 0;
	margin: 0;
	color: #999;
	font-size: 12px;
	width: 430px;
	line-height: 18px;
}

.content .right .gallery {
	width: 450px;
}

.content .right .gallery .gal_pic {
	width: 60px;
	height: 60px;
	background-color: #fff;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.content .right .gallery .gal_link {
	float: right;
	color: #BE3621;
	font-size: 13px;
	font-weight: normal;
	margin-right: 15px;
}

.bottom {
	height: 200px;
	width: 942px;
	border-top: 1px solid #ccc;
	background-color: #eee;
}

.bottom .list_title {
	padding: 20px 20px 20px 0;
	margin: 0 0 0 20px;
	color: #BE3621;
	font-size: 16px;
	font-weight: normal;
	width: 430px;
}

.bottom .list_item {
	width: 902px;
	margin-left: 20px;
	margin-bottom: 10px;
	display: table;
}

.bottom .list_item .picture {
	width: 152px;
	height: 152px;
	float: left;
	border: 1px solid #999;
}

.bottom .list_item .addy {
	width: 300px;
	margin-left: 20px;
	float: left;
}

.bottom .list_item .addy h1 {
	margin: 0;
	color: #BE3621;
	font-size: 16px;
	font-weight: bold;
}

.bottom .list_item .addy h2 {
	margin: 0;
	color: #BE3621;
	font-size: 12px;
	font-weight: normal;
}

.bottom .list_item .addy p {
	color: #999;
	font-size: 12px;
	width: 430px;
	line-height: 18px;
}

.bottom .list_item .desc {
	width: 410px;
	float: right;
}

.bottom .list_item .desc {
	color: #999;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.bottom_recreation {
	height: 2800px;
}

.bottom_eatshop {
	height: 1850px;
}

.bottom .calendar {
	height: 170px;
	width: 350px;
	float: left;
}

.bottom .calendar h1 {
	padding: 20px 20px 20px 20px;
	margin: 0;
	color: #BE3621;
	font-size: 16px;
	font-weight: normal;
	width: 430px;
	
}

.bottom .calendar .cal_item {
	color: #89A94F;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 15px 20px;
}

.bottom .calendar .highlighted {
	background-color: #4B642A;
	width: 300px;
	color: #fff;
	padding: 10px 10px 10px 20px;
	font-size: 14px;
	margin-left: 0px;
	margin-top: -10px;
}

.bottom .calendar .highlighted a:link {
	color: #fff;
}

.bottom .calendar .highlighted a:visited {
	color: #fff;
}

.bottom .map {
	width: 300px;
	height: 200px;
	margin-top: -30px;
	margin-left: 380px;
}

.bottom .quote {
	float: right;
	width: 190px;
	color: #999;
	font-size: 10px;
	font-weight: normal;
	margin-top: -140px;
	padding-right: 20px;
}

.bottom_curve {
	height: 20px;
	width: 942px;
	background-image: url(../images/bottom_curve.png);
	background-repeat: repeat-x;
}

.copyright {
	float: right;
	font-size: 10px;
	color: #aaa;
	margin-top: -30px;
	margin-right: 20px;
}