/* Elements */

html
{
	font-family: Verdana, sans-serif;
	color:#43310c;
	font-size: 0;
	background: url(../images/leaves.jpg);
}

div,img
{
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	padding-bottom:25px;
}

h1, h2, h3, h4 {
	margin:0;
}

h1 {
	font-size:250%;
}

h2 
{
	font-size:150%;
}

h3
{
	font-size:150%;
}

h4
{
	font-size:110%;
}

h5
{
	color:Gray;
	font-size:90%;
	font-weight:normal;
}

a {
	color:#737843;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


input,select,textarea
{
	border-style:solid;
	border-width:1px;
	border-color:#58585a;
	font-family: Arial, sans-serif;
	color:#363636;
	font-size:12px;
	margin:0;
	padding:0;
}

.search
{
	color:#7f601a;
	height:19px;
	width:143px;
	padding:2px 0 0 1px;
	background:none;
	border:solid 1px #43310c;
	font-size:15px;
}

.go
{
	cursor:pointer;
	background:url(../images/go.gif);
	width:24px;
	height:23px;
	border:none;
	display:inline-block;
}

table
{
	font-size:10pt;
}

.content
{
	font-size: 10pt;
	overflow: visible;
}

/* Container */

#container {
	margin: 25px auto 11px auto;
	width: 825px;
	text-align:left;
	background-color: #ebebdf;
	border: solid 1px #43310c;
}

/* Header */
#header
{
	font-family:"Times New Roman";
	font-size:9pt;
	font-weight:bold;
	background: #43310c;
	color: White;
	height: 35px;
}

#header a
{
	text-transform: uppercase;
	color: White;
}

#home
{
	display:block;
	float:left;
	line-height: 35px;
	text-align:center;
	width: 241px;
	font-size:12pt;
}

#nav
{
	float:left;
	width: 584px;
	line-height: 17px;
}

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

#nav li
{
	padding-left: 17px;
	padding-right: 14px;
	float: left;
	background: url(../images/bullet.gif) no-repeat left center;
}

#left
{
	position:relative;
	float: left;
	padding: 25px 0 0 17px;
	text-align: center;
	font-size: 13px;
	overflow:visible;
	z-index:3;
	width: 210px;
	font-family: "Times New Roman";
}

#right
{
	float: right;
}

#form
{
	padding: 11px 0 5px 40px;
	color:#43310c;
	font-weight: bold;
	font-family: Arial;
	background: #bebd91;
	border-top: solid 1px #43310c;
}

#reservations td
{
	padding: 0 0 11px 25px;
	text-align: right;
}

#form-in
{
	color: #43310c;
	font-weight: bold;
	font-family: Arial;
}

#reservations-in td
{
	text-align: right;
	padding: 0 3px 11px 0;	
}

#form .ajax__calendar td, #form-in .ajax__calendar td
{
	padding:0;
}

#content
{
	padding: 40px 21px 3px 21px;
}

.content ul
{
	margin: 11px;
	padding: 0;	
}

.content li
{
	margin-left: 15px;
	padding: 0;
}

#footer
{
	text-align:left;
	margin:0 auto;
	width:827px;
	font-size: 11pt;
	font-family:'Times New Roman';
}