body {
#	background-image:url(images/background.jpg);
	color: #58824f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #003300;
#	background-repeat: repeat-x;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
/********************** Header ***************************/
#header {
	margin: 20px 0px 0px 0px;
	width: 774px;
	height:200px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
#	position:relative;	
}
#header ul{
	list-style-type: none;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
}
#header li{
	float:left;
}
/* taken from http://www.theitarticles.com/rollover-css-image-menu/180/ */
#header li a{ float:left; display:block; }         
#header li a img{ border:none; vertical-align:bottom; /* for IE6 */}
#header li a:hover { visibility:visible; /* for IE6 */ }
#header li a:hover img { visibility:visible; /* for IE6 */ }
#header li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}
/* ----------------------------- start menu ids ----------------------------- */
#home    { background:url(../images/menu/menu_home_ih.jpg) no-repeat left bottom; }
#cabins  { background:url(../images/menu/menu_cabins_ih.jpg) no-repeat left bottom; }
#reserve { background:url(../images/menu/menu_reserve_ih.jpg) no-repeat left bottom; }
#hocking { background:url(../images/menu/menu_hocking_ih.jpg) no-repeat left bottom; }
#about   { background:url(../images/menu/menu_about_ih.jpg) no-repeat left bottom; }
#contact { background:url(../images/menu/menu_contact_ih.jpg) no-repeat left bottom; }
/* ----------------------------- end menu ids ----------------------------- */

#header img{
        display:block;
        border:none;
}

/********************** Content ***************************/

#content {
	background-color: #336633;
	width:774px;
	display:block;
	
}
#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #ffffcc;
	margin: 0px 23px 6px 28px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #a2b986;
}
/********************** Content - left ***************************/
#left {
	background-color: #ffffcc;
	border: 1px solid #b5c794;
	width:550px;
	margin: 0px 0px 10px 28px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}

#left h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #336633;
	text-decoration: underline;
	margin: 10px 0px 0px 10px;
}
#left h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #336633;
	text-decoration: underline;
	margin: 10px 0px 0px 10px;
}
#left p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #467441;
	margin: 0px 10px 0px 23px;
}
#left li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #467441;
	margin: 6px 0px 0px 38px;
}
#left a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #58824f;
}
#left a:hover{
	color:#336633;
}
#left span.link a{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #336633;
	padding: 10px 0px 10px 25px;
}

.text{
	width:530px;
	padding: 0px 0px 10px 0px;
}

.textLeftHor, .textLeftVer, .textLeftNarrow {
	float:left;
	padding: 0px 0px 10px 0px;
}
.textLeftHor {
	width:300px;
}
.textLeftVer {
	width:300px;
}
.textLeftNarrow {
	width:220px;
}

.textRightHor, .textRightVer, .textRightNarrow {
	float:right;
	padding: 0px 10px 10px 0px;
}
.textRightHor {
	width:300px;
}
.textRightVer {
	width:300px;
}
.textRightNarrow {
	width:220px;
}

.text p, .textLeftHor p, .textLeftVer p, .textRightHor p, .textRightVer p{
        padding: 10px 0px 0px 0px;
}

.textLeftHor h2, .textLeftVer h2 {
	margin: 10px 0px 10px 10px;
}
.textRightHor h2, .textRightVer h2 {
	margin: 10px 10px 10px 0px;
}


.photoLeft{
        float:left;
}
.photoLeft img{
        display:block;
        border:none;
	padding:30px 0px 10px 10px;
}

.photoRight{
        float:right;
}
.photoRight img{
        display:block;
	border:none;
	padding:30px 10px 10px 0px;
}

.photoThumb{
        float:center; 
        margin: 0px 0px 0px 5px;
}
.photoThumb img{
        display:block;
	border:none;
	padding: 0px 0px 0px 0px;
}

.special{
	padding: 10px 0px 0px 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bolder;
        color: #cc0000;
}

table.rate {
  background: #ecf1be;
  border-collapse: collapse;
  border: 1px solid #336633;
  margin: 10px auto 0px auto;
}
table.rate th {
  background: #dae3b0;
  padding: 5px;
  font-weight: bold;
  border-left: 1px solid #336633;
}
table.rate td {
  padding: 5px;
  border: 1px solid;
  text-align: center;
}

/********************** Content - right ***************************/
#right {
	float:right;
	width:156px;
	background-color:#ffffcc;
	margin: 0px 23px 10px 0px; /* right frame bump right-margin 23 -> 10 */
	padding: 0px 0px 6px 0px;
	display:inline;
	border: 1px solid #b5c794;
}
#right h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #336633;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#b5c794;
	width:156px;
	text-align:center;
	padding: 3px 0px 3px 0px;
}
#right p, #right li{
	padding: 2px 8px 2px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #467441;
}
#right a{
	padding: 4px 6px 2px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b905d;
	font-weight:bolder;
	display:block;
}
#right a.nopad{
        padding: 0px;
}
#right a:hover{
	color:#336633;
}
#right img{
        padding: 5px 3px 0px 3px;
}
#right img.cal
{
        border-style:none;
}
#right span.blocklink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #336633;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#b5c794;
	width:138px;
	text-align:left;
	padding: 3px 0px 3px 5px;
	margin: 3px 3px 0px 3px;
}
#right h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #336633;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#b5c794;
	width:138px;
	text-align:left;
	padding: 3px 0px 3px 5px;
	margin: 5px 3px 0px 3px;
}

#right span.picheader a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: light;
	color: #336633;
	text-decoration: none;
	background-color:#ecf1be;
	width:125px;
	text-align:center;
	margin: 5px 3px 0px 3px;
}

/********************** lowernav ***************************/
#lowernav, #lowernav a {
	background-color: #58824f;
	width: 774px;
	height:22px;
	text-align:center;
	padding: 6px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #dae3b0;
}
#lowernav a:hover{
	color:#a2b986;
}

/********************** footer ***************************/
#footer, #footer a {
	background-color: #a2b986;
	width: 774px;
	height:18px;
	text-align:center;
	padding: 4px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #58824f;
}
#footer a:hover{
	color:#336633;
}


form {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}
label,input,select,textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 200px;
	padding-right: 10px;
}

br {
	clear: left;
}
