html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #8B4222;
	text-decoration:underline;
}

body {
	color: #333333;
	font: normal 62.5% Tahoma,sans-serif;
	background-image:url(images/back2.gif);
	background-color: #5F7044;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 2m Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #748290;
}
h2 {
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	color: #CC3366;
}
h3 {font: bold 1em Tahoma,sans-serif;}
h4 {
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	color: #748290;
	padding: 15px 0 0 0;
}
form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

h1,h2,h3 {
	padding-top: 6px;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
.footleft {
	float: left;
	margin-left: 275px;
}
.footright {
	float: right;
	padding: 5px 15px 0 0;
}
/* structure */
.inner-container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 790px;
	background-image: url(images/back.gif);
}

.outer-container {
	padding-bottom: 0px;
}

/* main */
.main {
	padding: 0;
}


/* navigation
----------------------------------------------- */
#navcontainer{
	position:relative;
	display:block;
	width:250px;
	height:120px;
	padding:0;
	margin:8px 0 5px 0; 
	}
#nav{
	position:absolute;
	bottom:0px;
	top:0px;
	list-style: none;
	width:250px;
	height:120px;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
#navcontainer li{
	margin: 0; 
	padding: 0;
	list-style: none;
	float:left;
	line-height:50px;
	}
#navcontainer a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	}
#navcontainer li a:hover {
	background-position: 0 -20px;
	border:0px solid #fff
	}
#navcontainer li  a:active, #navcontainer li  a:hover.selected{
	background-position:0 -40px;
	}
	
body#home #leftside .leftwrap #navcontainer #nav #dhome a,
body#cabin #nav #dcabin a,
body#contact #nav #dcontact a,
body#map #nav #dmap a,
body#area #nav #darea a,
body#rates #nav #drates a,
{
	background-position:0 -40px;
	}
	
#dhome a{
background:url(images/menu_home.png) top left no-repeat;
width:250px;
}
#dcabin a{
background:url(images/menu_cabin.png) top left no-repeat;
width:250px;
}
#dcontact a{
background:url(images/menu_contact.png) top left no-repeat;
width:250px;
}
#dmap a{
background:url(images/menu_map.png) top left no-repeat;
width:250px;
}
#darea a{
background:url(images/menu_area.png) top left no-repeat;
width:250px;
}	

#drates a{
background:url(images/menu_rates.png) top left no-repeat;
width:250px;
}
	
/* content */
.content {
	float: right;
	width: 524px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
#leftside {
	float: left;
	width: 250px;
}
.leftwrap {
	margin:0 0 45px 0;
}

/* main body padding */
.maintext {
	margin: 0;
	padding: 0 10px 0 10px;
}

/* headerimage */
.headerimage  {
	background-image:url(images/links.gif);
	background-repeat:no-repeat;
	width:265px;
}

/* rightsidebox */
.box{
	color:#B5B1A4;
	float:right;
	font-size:10px;
	padding:10px 0 10px 10px;
	width:200px;
	margin: 10px 0 15px 10px;
	background-color: #F3F3F1;
	line-height: 1.4em;
}
.box p{
	padding:2px 0 20px 0;
	margin: 0;
	background-color: #F3F3F1;
	color: #646464;
}

.rightimage{
	margin: 0 0 25px 0;
}
.highlight{
	color: #cc3366;
	font-weight: normal;
}
.boxtitle{
	font-size:14px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.boxtitle2{
	font-size:14px;
	color: #B48F8F;
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 8px 0;
	text-transform: uppercase;
}

.box a:hover {
	color: #8B4222;
	text-decoration:underline;
}

.box a {
	color: #333333;
	text-decoration: none;
}

/* footer */
.footer {
	color: #F3F3EB;
	font: bold 1em sans-serif;
	padding: 0 0 15px 0;
	margin: 5px 0 0 0;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {
	color: #E5E4E0;
}

/* copyright */
#copy {
	color: #DADAC0;
	text-align:center;
	font: bold 1em sans-serif;
	padding: 7px 0 0 0;
	margin: 0;
	background-image:url(images/footercolor.gif);
	font-size: 10px;
	margin: 0 auto;
	width: 790px;
}
#copy a {
	color: #DADAC0;
	text-decoration: none;
}
#copy a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* leftside */

.leftheading{
	font-size:14px;
	color: #423C00;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-left:30px;
	font-weight: bold;
}

.lefttext{
	font-size:11px;
	color: #000000;
	font-family: font-family: "Lucida Sans Unicode",sans-serif;
	margin: 0;
	padding-left:50px;
}

.leftcalendar{
	font-size:11px;
	color: #000000;
	font-family: font-family: "Lucida Sans Unicode",sans-serif;
	margin: 0;
	padding-left:50px;
}

.lefttop{
	
	position:fixed;
	background-image:url(images/lefttop.png);
	background-attachment:fixed;
	margin: 0;
	left:0px;
	top:0px;
	height:100px;
	width:200px;
}

.leftweather{
	font-size:14px;
	color: #423C00;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-left:50px;
	font-weight: bold;
}

.lefttext a {
	color: #333333;
	text-decoration: none;
}
.lefttext a:hover {
	color: #E5E4E0;
	text-decoration: underline;
}

iframe#cal { height:235px; width:255px; border:none; padding:0px; scrolling:no; padding-left:22px; }

.form{
	font-size:12px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-left:10px;
	font-weight: bold;
}

/* attractions left
----------------------------------------------- */
#attractions{
	text-align:center;
	padding-left:10px;
	margin:0px 0px 0px 0px; 
	}

<!--[if lt IE 7]>

  .photo span { behavior: url(iepngfix.htc); }

<!--[endif]-->

.style2 {color: #FFFFFF; text-decoration:underline;}

#email {font-size:16px;}

#email a {color: #8B4222; text-decoration: underline;}

#email a:hover {color: #8B4222; text-decoration:none;}
