﻿body 
{
	background-color:White;
	font-size:.25em;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	text-align:center;
}

div.header
{
	width:700px;
	height: 304px;
	text-align:left;
}

div.bgstripe
{
	position:absolute;
	height:50px;
	width:700px;
	top:36px;
	z-index:0;
}

div.bgstripe img.bgstripe
{
	height: 50px;
	width: 700px;
	background-color: #C50808;
	z-index: 0;
	
}

div.logo
{
	position:absolute;
	background-color:Transparent;
	height:222px;
	width:700px;
	z-index:150;
	top:25px;
}

div.logo img.logo
{
	height: 222px;
	width: 483px;
	float:right;
}

div.fgfood
{
	top:75px;
	position:absolute;
	width:700px;
	background-color:Transparent;
	height:167px;
	z-index:50;
	display:none;
}

div.fgfood img.fgfood
{
	margin-left:50px;
	width:250px;
	height:168px;
}

div.bgfood
{
	position:absolute;
	top:40px;
	width:700px;
	background-color:Transparent;
	height:375px;
	z-index:20;
	left: 172px;
}

div.bgfood img.bgfood
{
	width:224px;
	height:336px;
	position:relative;
	left:-65px;
	top:-41px;
}

div.mainmenu
{
	position: absolute;
	top: 250px;
	width: 700px;
	height: 6em;
	border-bottom: solid 1px black;
	background-color: Transparent;
	text-align: left;
	vertical-align: middle;
	z-index: 150;
	font-size: x-small;
}

div.mainmenu td
{
	vertical-align: middle;
	padding: .2em .2em 0em .2em;
	margin: 0em;
	font-size: 2em;
	z-index: 0;
}

div.mainmenu table
{
	margin-left: auto;
}

div.mainmenu a
{
	text-decoration: none;
	color:Gray;
}

div.mainmenu a:link
{
	color:Gray;
}

div.mainmenu a:visited
{
	text-decoration: none;
}

div.mainmenu a:hover
{
	text-decoration: none;
	color: #CC3300;
}


div.mainmenu a.current
{
	font-weight: bold;
	color: Black;
	border:solid 1px black;
}

div.mainbody
{
	 width: 712px; 
	 text-align: left;
	 font-size:2em;
	height: 458px;
	margin-right: 0px;
}

div.submenu
{
	position: absolute;
	top: 280px;
	width: 700px;
	height: 2em;
	background-color: Transparent;
	text-align: left;
	vertical-align: middle;
	z-index: 150;
	font-size:xx-small;
}

div.submenu td
{
	vertical-align: middle;
	padding: .1em .1em 0em .1em;
	margin: 0em;
	font-size: 2em;
	z-index: 0;
}

div.submenu table
{
	margin-left:100px;
	border-top:solid 1px black;
}

div.submenu a
{
	text-decoration: none;
	color:Gray;
}

div.submenu a:link
{
	color:Gray;
}

div.submenu a:visited
{
	text-decoration: none;
}

div.submenu a:hover
{
	text-decoration: none;
	color: #CC3300;
}


div.submenu a.current
{
	font-weight: bold;
	color: Black;
}