html {
	height : 100%;
	margin : 0;
	padding : 0;
}
html, body {
	padding : 0;
	margin : 0;
}
ol, ul, li {
margin: 0;
padding: 0;
list-style: none;
}
body {
	text-align : center;
	min-width : 760px;
	background-color : #808080;
	color : #000000;
	height : 100%;
}
#outer {
	height : 99.9%;
	min-height : 100%;
	width : 758px;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	color : #000000;
	text-align : left;
	margin : auto;
	position : relative;
	background : url(bgimage2.jpg) repeat-y center center;
	position : relative;
	overflow : visible;
}
* html #outer {
	width : 760px;
}
html > body #outer {
	height : auto;
}
#macinner {
	width : 100%;
	background : url(bgimage2.jpg) repeat-y center center;
}
#header {
	position : absolute;
	top : 0;
	left : -1px;
	width : 758px;
	height : 141px;
	background : #ff0000;
	border : 1px solid #000;
	overflow : hidden;
	color : #ffff00;
	z-index : 100;
}
* html #outer, * html #header {
	width : 760px;
}
#navmain {
	position : relative;
	width : 138px;
	float : left;
	color : #000000;
	background-color : #b00000;
	padding-top : 141px;
	margin: 0;
	list-style: none;
}

#maincontent {
	margin-top : 0.5cm;
	width : 616px;
	float : right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color : #ff0000;
	background-color : #ffff00;
	font-weight : bold;
	padding-top : 141px;
}
#maincontent p {
	padding-left : 3px;
}
#maincontent p.center {
	text-align: center;
}
#maincontent h1 {
	font-size: 2.0em;
	text-align: center;
}
#maincontent h3 {
	font-size: 1.3em;
	text-align: left;
	color: purple;
}
#maincontent h4 {
	font-size: 1.5em;
	text-align: left;
	color: green;
}
div#food {
	width: 550px;
	margin: 0 auto;
	font: 90% "Trebuchet MS",Arial,sans-serif;
	text-align: left;
}
h2 {
	margin: 1em auto 0.3em;
	color: #008C00;
	font-size: 250%;
	text-align: center;
}
dl {
	width: 100%;
	overflow: auto;
	margin: 0 0 1em;
	background: url(blackdot.jpg) repeat-x 0 1.2em
}
dt,dd.price	{
	background: #FF0;
	font-size: 120%;
	font-weight: bold
}
dt {
	float: left;
	padding-right: 3px;
	color: #F70000}
dd	{
	margin:0
}
dd.price {
	float: right;
	padding-left: 3px;
	color: #f00
}
dd.ingredients {
	float: left;
	width: 100%;
	padding: 3px 0;
	font: bold 100% Georgia,Times,sans-serif;
	color: #000
}

#menu {
	list-style-type: none;
	width : 138px;
	color : #000000;
	margin: 0px;
	padding: 0px;
}


#mainmenu {
	list-style-type: none;
	width: 138px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	border-color: #b00000;
	}
#mainmenu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-position: 0;
	}
#mainmenu ul ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-position: 0;
	}

#mainmenu li a {
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: none;
	border-bottom-color: #b00000;
	background-position: 0;
}
#mainmenu .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#mainmenu li a:link, #mainmenu li a:visited {
	list-style-type: none;
	color: #FFFFFF;
	display: block;
	background-color: #b00000;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
	}

#mainmenu li a:hover {
	list-style-type: none;
	color: #FFFF00;
	background:  #e00000;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
	}
#mainmenu p.center {
	text-align: center;
}
#header {
	position : absolute;
	top : 0;
	left : -1px;
	width : 758px;
	height : 141px;
	background : #ff0000;
	border : 1px solid #000;
	overflow : hidden;
	color : #ffff00;
	z-index : 100;
}
html > body #minHeight {
	float : left;
	width : 0;
	height : 100%;
	margin-bottom : 0px;
}
#footer {
	clear: both;
	background-color: green;
	color: yellow;
	text-align: center;
	border-bottom : 1px solid #000;
	font-family: Garamond, Arial, sans-serif;
	font-size: 1.2em;

}