body {
	background: #DBD3BC url(../images/bg_body.gif);
	margin: 0px;
	padding: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #B93936;
}
a:link {}
a:visited {}
a:hover {}
a:active {}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B93936;
	padding: 0px;
}

h2 {
	font-size: 2.0em;
	text-align: center;
	}
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 {}
h6 {}

ul { margin: 0; padding: 0; }
li { list-style: none; }

ul.amenities {
	padding-left: 3em;
	font-size: 1.2em;
	line-height: 1.5em;
	}
	ul.amenities li { list-style: disc; }
	
ul.home_photos {
	text-align: center; }
	ul.home_photos li {
	display: inline;
	padding: 5px;
}

/* -- Reservation Form Styles -- */
#content #res_form h3,
#content #res_rates h3 { margin: 0px; }

#res_rates { width: 215px; float: left; margin-top: 15px; }
#res_form { width: 215px; float: right; margin-top: 15px; }
	#res_form form { background-color: #FFFFFF; border: 1px solid #D3F5B5; padding: 5px; }
	#content #res_form form p { font-size: 1.0em; margin: 0px; }
	
#res_info { clear: both; }

fieldset { border: none; border-top: 1px solid #517433; padding: 0; }
fieldset ul { border-top: 1px solid #D3F5B5; }
fieldset ul li { border-bottom: 1px solid #D3F5B5; clear: both; padding: 3px 0px; }

legend { font-weight: bold; color: #637456; font-size: 1.3em; padding: 7px 0; }
label { display: block; cursor: pointer; font-size: 1.1em; }
label em, .req { font-weight: bold; color: #FF0000; }

input { width: 195px; padding: 0; }
button { width: 195px; padding: 4px; display:block; margin: 5px auto; }
textarea { width: 195px; padding: 0; }

/* -- Layout Styles -- */
#container {
	width: 500px;
	margin: 0px auto;
	background: url(../images/bg_content.gif) repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}

#header {}
	#header h1 {
	height: 75px;
}
	#header h1 img { border-width: 0; }

#headerimg {
	background: #98CB6C;
}
#headerimg img {}

#navigation {
	background: url(../images/bg_nav.gif) repeat-x;
}
#navigation ul {
	text-align: center;
	padding: 6px 6px 10px;
}
#navigation li {
	font-size: 1.2em;
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
}
	#navigation li a {
	color: #485141;
	margin-bottom: 5px;
}
	#navigation li a:link {}
	#navigation li a:visited {}
	#navigation li a:hover {}
	#navigation li a:active {}
	
	body.home li#nav_home a,
	body.photos li#nav_photos a,
	body.rates li#nav_rates a,
	body.volcano li#nav_volcano a,
	body.about li#nav_about a { font-weight: bold; text-decoration: none; cursor: pointer; color: #fff; border-bottom: 2px solid #fff; }

#content {
	margin: 0px 10px 10px;
	background: #F7FDF1;
	border: 1px solid #D1F1B5;
	padding: 10px;
	color: #517433;
	}

	#content:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
	#content {display: inline-block;}
	/* Hides from IE-mac \*/
	* html #content {height: 1%;}
	#content {display: block;}
	/* End hide from IE-mac */
	
	#content h2 { font-weight: normal; }
	#content h3 { margin: 10px 0px; }
	body.photos #content h3 { clear: both; }
	
	#content h4 {
		text-align: center;
		padding: 5px;
	}
	#content p {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	#content p.intro { font-size: 1.3em; line-height: 1.3em; text-align: center; font-style: italic; }
	
#footer {
	text-align: center;
	background: url(../images/bg_footer.gif) no-repeat center bottom;
	margin: -5px;
	padding-bottom: 10px;
	clear: both;
}
	#footer p { color: #517433; }

#credits {
	text-align: center;
	margin: 10px auto;
	width: 500px;
}
#credits a {
	color: #A0A592;
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 65px;
	background: url(../images/kww_logo.gif) no-repeat center 1.5em;
}



/* -- Photos Page Style -- */
#photobox { text-align: center; }
#photo_main {
	margin-top: 10px;
	background: url(../images/bg_frame-top.gif) no-repeat center top;
	}
#photo_frame {
	background: url(../images/bg_frame-bottom.gif) no-repeat center bottom;
	padding: 8px;
	line-height: 0;
	}
#big_photo {}
#photo_caption { font-size: 1.4em; padding-bottom: 1.0em; font-weight: bold; }
#photo_thumbs {}
#content #photo_thumbs ul { text-align: center; margin: 0; padding: 0;  }
#content #photo_thumbs li { width: 25%; float: left; text-align: center; padding: 5px 0; list-style: none; }
#photo_thumbs a img { border: 1px solid #D3F5B5; padding: 3px; }
#photo_thumbs a:hover img { border-color: #86C055; }

