@charset "utf-8";
/* CSS Document */

/*  
	#291b08  - Brown
	#ffedd1	 - Creme
	#54452c	 - Dark Brown // border
	#a98b59	 - Light Brown // border
*/

html, body {
	padding:0;
	margin:0;
	text-align:center;
	
	background:url(../images/bg.gif) top left;
	
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#54452c;
}

#wrapper {
	width:729px;
	padding:0 5px 5px 5px;
	margin:0 auto;
	
	background:url(../images/wrapper_bg.gif) top left;
}

#inner_wrapper {
	width:729px;
	padding:0; margin:0;

	background-color:#ffedd1;
}

img{ border: none;}




.page_title {
	font:bold 20px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	display:block;
	padding:0;
	margin:0 0 10px 0;
	border-bottom:2px solid #7a0803;
}

/*------------------  HEADER  */
.brown_border {
	border:1px solid #54452c;
}

.lite_brown_border {
	border:1px solid #a98b59;
}

/*------------------  HEADER  */
#header {
	width:729px;
	height:38px;
	background:url(../images/header.jpg) top left no-repeat;
	
	
	text-align:left;
	padding:186px 0 0 9px;
	font-size:10px;
	overflow:hidden;
	color: #343232;
}

/*------------------  CONTENT  */
#content {
	padding:18px 12px 17px 12px;
	background-color:#ffedd1;
	clear:both;
	text-align:left;
	min-height:200px;
}
*html #content {height:200px;}

.left_col {
	width:267px;
}
#welcome_box {
	width:auto;
}
#welcome_box td{
	padding:5px;
}
.box {
	padding:5px;
}
.img_header {
	display:block;
	margin:11px 0 7px 0;
}

/*------------------  MAIN NAV */
#main_nav {
	width:729px;
	height:27px;
	margin:0; padding:0;
	background-color:#291b08;
}
#main_nav ul{
	display:inline;
	margin:0; padding:0;
	float: left;
}
#main_nav li {
	display:inline;
	list-style: none;
	margin:0; padding:0;
	float:left;
}
#main_nav ul li a {
	float:left;
	display:block;
	text-decoration:none;
	
	height:27px;
	
	text-indent: -99999px;
}

#main_nav a#home {width:57px; background:url(../images/nav/home.gif) top left no-repeat;}
#main_nav a#rates {width:146px; background:url(../images/nav/rates.gif) top left no-repeat;}
#main_nav a#about {width:55px; background:url(../images/nav/about.gif) top left no-repeat;}
#main_nav a#gallery {width:65px; background:url(../images/nav/gallery.gif) top left no-repeat;}
#main_nav a#accomodations {width:124px; background:url(../images/nav/accomodations.gif) top left no-repeat;}
#main_nav a#attractions {width:99px; background:url(../images/nav/attractions.gif) top left no-repeat;}
#main_nav a#coming {width:102px; background:url(../images/nav/coming_soon.gif) top left no-repeat;}
#main_nav a#contact {width:81px; background:url(../images/nav/contact.gif) top left no-repeat;}

#main_nav a#home:hover {background:url(../images/nav/home_hi.gif) top left no-repeat;}
#main_nav a#rates:hover {background:url(../images/nav/rates_hi.gif) top left no-repeat;}
#main_nav a#about:hover {background:url(../images/nav/about_hi.gif) top left no-repeat;}
#main_nav a#gallery:hover {background:url(../images/nav/gallery_hi.gif) top left no-repeat;}
#main_nav a#accomodations:hover {background:url(../images/nav/accomodations_hi.gif) top left no-repeat;}
#main_nav a#attractions:hover {background:url(../images/nav/attractions_hi.gif) top left no-repeat;}
#main_nav a#coming:hover {background:url(../images/nav/coming_soon_hi.gif) top left no-repeat;}
#main_nav a#contact:hover {background:url(../images/nav/contact_hi.gif) top left no-repeat;}


#footer {
	width:726px;
	margin:6px auto 0 auto;
	padding:14px 7px 15px 6px;	
	background-color:#a98b59;
	color:#291b08;
}
#footer a, #footer a:hover, #footer a:visited  {
	color:#291b08;
	text-decoration:none;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#footer a:hover {
	color:#fcf2e1;
}
.whiteFooterLink, #footer a.whiteFooterLink, #footer a.whiteFooterLink:visited {
	color:#fcf2e1; 
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
}
.bigbrowntxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #504432;
}
.picfloatleft {
	border: 1px solid #A98B59;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.picfloatright {
	border: 1px solid #A98B59;
	margin-bottom: 5px;
	padding: 5px;
	margin-left: 5px;
}
.clearall {
	clear: both;
}

