html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #e8cb83 top right url(../images/background.jpg) repeat-y;
} 
img { border: none; }
#container {	
	top: 0px;	
	width: 790px;	
	height: 100%;	
	min-height: 100%;	
	margin: auto;	
	position: relative;
	background: #ebcf85 url(../images/right_dec.jpg) top right repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 5px solid #ffffff;
}
#container_video {	
	top: 0px;	
	width: 790px;	
	height: auto;	
	min-height: auto;	
	margin: auto;	
	position: relative;
	background-color: #ebcf85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 5px solid #ffffff;
}
html>body #container {	height: auto; }
hr { border: 1px solid #ffffff; }
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 227px;
	background: url(../images/header.jpg) no-repeat;
	z-index: 10;
}
#history_dec {
	position: absolute;
	top: 262px;
	right: 0px;
	background: url(../images/history_dec.jpg) no-repeat;
	width: 329px;
	height: 923px;
}
#cabins_pics {
	position: absolute;
	top: 280px;
	left: 390px;
	right: 10px;
}
#farm_pics {
	position: absolute;
	top: 280px;
	right: 10px;
}
#lodge_dec {
	position: absolute;
	top: 262px;
	right: 0px;
	background: url(../images/lodge.jpg) no-repeat;
	width: 259px;
	height: 389px;
}
#bookings_dec {
	position: absolute;
	top: 310px;
	right: 0px;
	background: url(../images/bookings_dec.jpg) no-repeat;
	width: 309px;
	height: 391px;
}
#right_dec {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/right_dec.jpg) repeat-y;
	width: 355px;
	height: 100%;
}
#nav_dec {
	background: url(../images/nav_dec.jpg) repeat-y;
	position: absolute;
	top: 227px;
	height: 35px;
	width: 790px;
}
#nav {
	position: absolute;
	width: 790px;
	left: 0px;
	top: 227px;
	z-index: 10;
	font-size: 14px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	height: 17px;
	padding-bottom: 10px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
}
#nav li:hover, #nav li.current { color: #cca00c; text-decoration:none; background-color: #4c412f; }
#nav a { color: #ffffff; text-decoration: none; }
#nav a:hover, #nav li.current a { color: #cca00c; text-decoration: none;}
#content_lodge {
	padding: 280px 300px 100px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#content {
	padding: 280px 420px 200px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#content_full {
	padding: 280px 25px 150px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#content a {
	color: #4c412f;
	text-decoration: none;
}
#content a:hover {
	color: #726143;
	text-decoration: none;
}
#content_full a {
	color: #4c412f;
	text-decoration: none;
}
#content_full a:hover {
	color: #726143;
	text-decoration: none;
}
.bold { font-weight: bold; }
.border{ border: 8px solid #726143; }
.border:hover { border: 8px solid #4c412f; }
.red { color:#FF0000; } 
.h1, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7d7149;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 790px;
	height: 50px;
}
#footer_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #7d7149;
	padding: 15px 5px 10px 0px;
	text-align: right;
}
#footer_text a {
	color: #978d6d;
	text-decoration: none;
}
#footer_text a:hover {
	color: #7d7149;
	text-decoration: none;
}
.fm-logo { 
	float: right;
	padding: 5px 0px 0px 10px;
}
.text-drop, .text-field, .text-area, .button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.text-drop {
	width: 155px;
	height: 20px;
	background-color: #e1c078;
	border: 1px solid #999999;
}
.text-field {
	width: 150px;
	height: 15px;
	padding: 2px;
	background-color: #e1c078;
	border: 1px solid #999999;
}
.text-area {
	width: 100%;
	height: 80px;
	padding: 2px;
	background-color: #e1c078;
	border: 1px solid #999999;
}
.text-drop:hover, .text-field:hover, .text-area:hover {
	background-color: #ffe5ab;
}
.button {
	color: #FFFFFF;
	width: 80px;
	height: 20px;
	padding: 2px;
	background-color: #716143;
	border: 1px solid #999999;
}
.button:hover {
	background-color: #564a33;
}
.fineprint {
	font-size: 9px;
}
