﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFEE;
}
#container {
	width: 960px;
	height: 700px;
	background-color: #ffffff;
	padding-top: 0px;
	margin: 10px auto;
	border: 3px #34460c solid;
}
#content {
	width: 795px;
	height: 609px;
	padding: 20px;
	background-color: #ffffff;
	background-image:url('../images/pageback.jpg');
	background-repeat: repeat;
	overflow: auto;
	overflow-x: hidden;
	border-top: 1px #34460c solid;
	border-left: 1px #34460c solid;
}
#opening td{
	height:30px;
}
#foodmenu td {
    font-size: 14px;
	height:18px;
	vertical-align: top;
}

#foodmenularger td {
    font-size: 14px;
	height:22px;
	vertical-align: top;
	text-align: center;
}

#info td {
    padding-left: 12px;
	font-size: 12px;
	color: #ffffcc;
}
#info td a {
	text-align: center;
	color: #ffffcc;
}
/* Masthead */
#masthead h1 {
	color: #000000;
	font-size: 28px;
	font-weight: lighter;
}
#masthead h2 {
	color: #aaaaaa;
	font-size: 28px;
	font-weight: lighter;
}

#hitcounter {
	text-align: center;
	color: #d3ffb0;
	font-size: 9px;
	width:116px;
}
/* Site typography */
h1 {
	font-size: 22px;
	color: #444444;
	font-weight: lighter;
	margin: 0px;
}
h2 {
	font-size: 20px;
	color: #444444;
	font-weight: lighter;
	margin: 0px;
}
h3 {
	font-size: 18px;
	color: #444444;
	font-weight: lighter;
	margin: 0px;
}
h4 {
	font-size: 16px;
	color: #444444;
	font-weight: lighter;
	margin: 0px;
}
h5 {
	font-size: 14px;
	color: #444444;
	font-weight: lighter;
	margin: 0px;
}
h6 {
	font-size: 12px;
	color: #444444;
	font-weight: lighter;
	margin: 0px;
}
p {
	color: #444444;
	font-size: 14px;
	text-align: justify;
}
td {
	color: #444444;
	font-size: 14px;
}
/* Hyperlinks */
a {
	color: #444444;
    outline: none;
	text-decoration: underline;
}
a:visited {
	color: #444444;
	text-decoration: underline;
}
a:hover {
	color: #888888;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#content img {
	 border: 1px #aaaaaa solid;
	 padding: 2px;  
}



/* Navigation */
#navigation {
    margin-top:12px;
    margin-left: 1px;
	height:30px;
	width:744px;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	float: left;
	padding-top: 0px;
	width:92px;
	margin-right:1px;
}
#navigation a {
	font-size: 10px;
	display: block;
	float: left;
	color: #669966;
	background-image: url('../images/menu_low.png');
	text-decoration: none;
	height:20px;
	padding-left: 4px;
	padding-top: 4px;
}
#navigation a:hover {
	font-size: 10px;
	color: #ccff99;
	background-image: url('../images/menu_high.png');
	padding-bottom: 0px;
	padding-top: 4px;
	height:20px;
}
/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none;
	font-size: 10px; 
	font-weight: bold;
}
/* End hide */

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30
}
#sddm div {
	position: absolute;
	visibility: hidden;
    width:92px;
    z-index: 1;
    background-color: #333300;
}
#sddm div a {
	background-image: url('../images/menu_low_drop.png');
	height:20px;
	margin-top:2px;
	padding-top: 4px;
	font-size: 10px;
}
#sddm div a:hover {
	background-image: url('../images/menu_high_drop.png');
	color: #ccff99;
	height:20px;
	margin-top:2px;
	padding-top: 4px;
	font-size: 10px;
}
