* {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

a {
	color: navy;
}

img {
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	width: 700px;
}

div#corner {
	background-image: url('/media/corner/seafood.gif');
	height: 151px;
	width: 215px;
	position: absolute; 
	left: 0px; 
	top: 0px;
	background-repeat: no-repeat;
}

div#header {
	background: url('/media/mtop.gif');
	width: 100%;
	height: 77px;
	text-align: right;
	border-right: 2px solid #E8A225;
}

div#header img {
	margin-right: 20px;
	margin-top: 8px;
}

table#main {
	width: 701px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
	border-bottom: 2px solid #E8A225;
}

table#main td {
	vertical-align: top;
}

table#main td#nav {
	width: 150px;
	border-right: 2px solid #E8A225;
	background-color: #FFE3AF;
	padding-top: 50px;
	padding-top: 80px;
}

table#main td#nav ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

table#main td#nav a.navItem {
	display: block;
	font-family: "Trebuchet MS", helvetica, serif;
	text-decoration: none;
	text-indent: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #986b27;
	margin-bottom: 5pt;
}
table#main td#nav a.navItem:hover {
	color: black;
}

table#main td#nav ul li {
	background: url('/media/blank_button.gif');
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: -13px;
	margin-bottom: 2px;
	text-align: center;
}
table#main td#nav ul li a {
	color: white;
	font-family: "Trebuchet MS", helvetica, serif;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	display: block;
	width: 140px;
}
table#main td#nav ul li a:hover {
	color: yellow;
}

table#main td#body {
	border-right: 2px solid #E8A225;
	padding-top: 15pt;
	padding-right: 10pt;
	padding-left: 10pt;
}

table#main td#body p#tag {
	color: #999999;
	text-align: center;
	margin-top: 24pt;
	margin-bottom: 12pt;
	clear: both;
}

div#footer {
	width: 550px;
	margin-left: 150px;
	text-align: center;
	color: #CB9E5A;
	font-size: 8pt;
	margin-bottom: 24pt;
}

div#footer a {
	font-size: 8pt;
	color: #CB9E5A;
}

h1 {
	font-family: "Trebuchet MS", helvetica, serif;
	font-size: 26pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #CB9E5A;
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: 5pt;
	margin-top: 10pt;
}

h2 {
	text-align: center;
	color: #666666;
	font-weight: normal;
	margin-top: 5pt;
}

h3 {
	color: navy;
	font-size: 13pt;
	margin-bottom: 3pt;
	border-bottom: 1px solid navy;
}

table.menu {
	width: 100%;
}

table.menu thead tr th {
	text-align: left;
	border-bottom: 1px dotted #CB9E5A;
	color: #CB9E5A;
	color: navy;
}

table.menu .price {
	text-align: right !important;
}

table.menu tbody tr td {
	padding-bottom: 10pt;
}

table.menu tbody tr.alt1 td {
	background-color: #feeebb;
}

table.menu div.name {
	font-size: 8pt;
	font-weight: bold;
}

table.menu div.description {
	font-size: 8pt;
	font-style: italic;
}

table.menu div.price {
	font-size: 8pt;
}

li {
	list-style: square;
}

div.noticebox {
	margin: auto;
	width:350px;
	border-width: 5px;
	border-color: #CE9C00;
	border-style: ridge;
}