﻿body, html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #68503B;
}
#container {
	background-color: #68503B;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding: 0;
	text-align: left;
	width: 960px;
}
#menu {
	background-color: #C7B299;
	text-align: center;
}
#menulist {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	padding-top: 3px;
}
#menulist a, #menulist a:link, #menulist a:visited {
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #000000;
	text-decoration: none;
}
#menulist a:hover, #menulist a:active, #menulist a:focus {
	color: #fff;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
#menulist li {
	padding-right: 1px;
	display: inline;
	font-size: 90%;
}
#menulist ul {
	margin: 0px;
	padding: 0px;
}
#menulist #active a {
	background-color: #FFCC66;
}
#content {
	background-color: #C7B299;
}
#header {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #C7B299;
}
#header_right {
	position: relative;
	float: right;
}
#header_left {
	text-align: center;
	padding-top: 10px;
	width: 210px;
}
#header_left img {
	padding-bottom: 0;
}
#header_content {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 30px;
}
#header_content p {
	margin: 0;
	padding: 5px 0;
	text-align:center;
	font-size: 100%;
	font-weight: bold;
}
#reservations {
	display: block;
	width: 200px;
	height: 50px;
	background: url('../images/reservations.gif') no-repeat 0 0;
	position: absolute;
	left: 9px;
}
/* #reservations:hover {
	background: url("reservations_rollover.gif") no-repeat 0 0;
}*/
#bodycontent {
	margin-top: 10px;
	padding: 0;
	position: relative;
	clear: both;
	background-color: #C7B299;
}
#bodyright {
	padding: 0 15px;
	position: relative;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #68503B;
	margin: 1em 0px 0em;
	padding: 0px;
}


#bodyright_2col{
	position: relative;
}
	
#bodyright_leftcol{
	width: 425px;
	position: relative;
	padding: 15px;
	text-align: center;
}
	
#bodyright_rightcol{
	width: 425px;
	float: right;
	position: relative;
	padding: 15px;
	text-align: center;
}
	
#bodyleft {
	text-align: center;
}
#footer {
	margin: 0;
	text-align: center;
	background-color: #C7B299;
}
#footerlist {
	margin-top: 10px;
	padding: 0px;
	padding-left: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	padding-top: 3px;
}
#footerlist a, #footerlist a:link, #footerlist a:visited {
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #000000;
	text-decoration: none;
}
#footerlist a:hover, #footerlist a:active, #footerlist a:focus {
	color: #fff;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
#footerlist li {
	padding-right: 1px;
	display: inline;
	font-size: 90%;
}
#footerlist ul {
	margin: 0px;
	padding: 0px;
}
#footerlist #active a {
	background-color: #FFCC66;
}

