html {
height:100%;
}

body {
margin:0px;
height:100%;
background-color:#ffe088;
}

#wrapper {
width:100%;
height:100%;
background:#ffe088 url(/images/bg.jpg) repeat-x top left;
}

#container {
margin:0px auto;
width:800px;
height:100%;
background-color:#ffffff;
}

#flash {
width:790px;
height:275px;
margin:5px 5px 0px 5px;
background:url(/images/loading.gif) no-repeat center center;
}

#content {
padding:10px 20px 0px 20px;
margin:5px;
background:url(/images/content.gif) repeat-x top left;
}

#content h1 {
font-family:verdana;
text-transform:uppercase;
font-size:20px;
color:#412e15;
margin:0px 0px 20px 0px;
padding:0px;
}


#content h2 {
font-family:verdana;
font-size:16px;
color:#412e15;
margin:25px 0px 0px 0px;
padding:0px;
}

#content h2 a {
color:#412e15;
text-decoration:none;
}

#content h2 a:hover {
color:#793f0b;
text-decoration:none;
}

#content h3 {
font-family:verdana;
font-size:13px;
color:#412e15;
margin:0px;
padding:0px;
}

#content h3 a {
color:#412e15;
text-decoration:none;
}

#content h3 a:hover {
color:#793f0b;
text-decoration:none;
}

#content hr {
border-top:1px solid #f8debd;
border-bottom:none;
border-left:none;
border-right:none;
}

#content p {
font-family:arial;
font-size:12px;
color:#333333;
margin:5px 0px 15px 0px;
padding:0px;
}

#content p a {
color:#c57a37;
font-weight:bold;
text-decoration:underline;
}

#content p a:hover {
color:#793f0b;
text-decoration:underline;
}

#content ul {
font-family:arial;
font-size:12px;
color:#412e15;
}

.img {
margin:10px;
padding:10px;
background-color:#fff3e3;
border:1px solid #f8debd;
}

#rates {
border-collapse:collapse;
font-family:verdana;
margin:10px 0px 20px 0px;
width:100%;
}

#rates th {
background-color:#664b28;
padding:5px;
color:#ffffff;
font-size:12px;
border:1px solid #664b28;
}

#rates td {
border:1px solid #664b28;
padding:5px;
font-size:14px;
color:#412e15;
}


#seating {
border-collapse:collapse;
font-family:georgia;
margin:10px 0px 20px 0px;
width:100%;
}

#seating td {
padding:5px;
font-size:16px;
color:#664b28;
}



#footer {
border-top:1px dotted #dddddd;
padding:10px 0px 20px 0px;
}

#footer ul {
margin:0px;
list-style-type:none;
text-align:center;
}
#footer li {
display:inline;
font-size:11px;
font-family:trebuchet ms;
text-transform:uppercase;
}
#footer li a {
color:#412e15;
text-decoration:none;
padding:0px 6px;
}
#footer li a:hover {
color:#412e15;
text-decoration:underline;
}

#copyright {
color:#555555;
font-size:11px;
font-family:trebuchet ms;
text-align:center;
}

#credit {
color:#777777;
font-size:11px;
font-family:trebuchet ms;
text-align:center;
}

#credit a {
color:#777777;
text-decoration:underline;
}
#credit a:hover {
color:#777777;
text-decoration:none;
}

#navigation {
width:800px;
height:30px;
background-color:#412e15;
}

#navigation {width:800px; height:30px; position:relative; z-index:1;}

#navigation ul {padding:0; margin:0; list-style-type:none; font-family:trebuchet ms; font-size:14px; text-transform:uppercase; font-weight:bold;}

#navigation ul ul {font-family:verdana; font-size:11px; visibility:hidden; position:absolute; top:30px; left:0; font-weight:normal; text-transform:none;}

#navigation li {float:left; position:relative;}

/* style the links for the top level */
#navigation li a {display:inline-block; text-decoration:none; color:#ffcc00; height:30px; padding:0px 18px; line-height:30px; border-right:1px solid #33230d; border-left:1px solid #563d1d;}

/* style the top level hover */
#navigation a:hover {color:#ffeda3; background-color:#664b28; }
#navigation :hover > a {color:#ffeda3; background-color:#664b28;}

/* style the second level links */
#navigation ul ul li a {background:#664b28; color:#fff6cf; height:auto; line-height:25px; width:140px; border-top:1px solid #9b7a4e; border-bottom:1px solid #533a19;}

/* style the second level hover */
#navigation ul ul li a:hover {background-color:#806138; color:#ffffff;}
 
/* style the table so that it takes no part in the layout - required for IE to work */
#navigation table {position:absolute; top:0px; left:0px; border-collapse:collapse;;}

/* make the second level visible when hover on first level list OR link */
#navigation ul li:hover ul,
#navigation ul a:hover ul{visibility:visible; }