@charset "utf-8";

 
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	background-color: #023E2E;
	background-image: url(../images/layout/pattern_148.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 800px;
	border: 8px solid #242021;
	text-align: left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #171D21;
} 
.twoColFixLtHdr #header {
	background-color: #242021;
	background-image: url(../images/layout/headerBG.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.twoColFixLtHdr #header img {
	clear: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	margin-top: 10px;
	background-color: #FFF;
	width: 200px;
	float: left;
	padding-bottom: 40px;
}

.twoColFixLtHdr #sidebar1 ul {
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0;
	padding-left: 3px;
	margin-left: 0px;
	padding-right: 3px;
}

.twoColFixLtHdr #sidebar1 ul li a {
	display: block;
	color: #FFF;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.twoColFixLtHdr #sidebar1 ul li a:link, .twoColFixLtHdr #sidebar1 ul li a:visited {
	text-decoration: none;
	padding-left: 25px;
}
.twoColFixLtHdr #sidebar1 ul li a:hover {
	color: #FFF;
	background-color: #004e38;
	padding-left: 25px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
}
.twoColFixLtHdr #mainContent h2 {
	padding-top: 7px;
	text-transform: uppercase;
	color: #9a7e34;
	font-size: 16px;
}
.twoColFixLtHdr #mainContent img {
	border: 1px solid #9a7e34;
}
.twoColFixLtHdr #mainContent .backBtn {
	text-align: right;
	font-size: 12px;
	color: #9a7e34;
}
.twoColFixLtHdr #container #mainContent #options {
	font-size: 12px;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #171D21;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
.twoColFixLtHdr #footer p img {
	padding-right: 10px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#top_nav {
	margin:0;
	padding:0;
	background-color: #242021;
	float: right;
	width: 510px;
	font-size: 80%;
	}
#top_nav  li {
	display:inline;
	padding:0;
	margin:0;
	}
#top_nav  a:link,
#top_nav  a:visited {
	color:#FFF;
	float:right;
	width:auto;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	padding: 20px 30px 4px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9a7e34;
	}
#top_nav  a:hover {
	color:#FFF;
	background-color: #004e38;
	}
#home #top_nav-home a,
#contact #top_nav-contact a,
#booking #top_nav-booking a,
#weather #top_nav-weather a,
{
	background:#e35a00;
	color:#fff;
	text-shadow:none;
}
#home #top_nav-home a:hover,
#contact #top_nav-contact a:hover,
#booking #top_nav-booking a:hover,
#weather #top_nav-weather a:hover,
 {
	background:#e35a00;
}

