body {
	background-color: #8F744F;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Arial;
	font-size: 10pt;
}

div#page {
	position: absolute;
	width: 100%;
	height: 600px;
	margin-top: -300px;
	top:50%;
}

div#top{
	width: 600px;
	height: 57px;
	margin-left: auto;
	margin-right: auto;
}

div#contentbar {
	width: 100%;
	height: 500px;
	background-color: #ede0c9;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div#contentfield {
	width: 1000px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

div#leftimage {
	width: 150px;
	height: 450px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid black;
	float: left;
}

div#menu {
	width: 185px;
	height: 445px;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-left: 5px;
	/*background-color: white;*/
	float: left;
}

div#contentarea {
	width: 416px;
	height: 450px;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	/*background-color: #AAAAAA;*/
	overflow: auto;
	float: left;
}

div#rightimage {
	width: 150px;
	height: 450px;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid black;
	float: left;
}

div#bottom {
	width: 600px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

div#menu a {
	text-decoration: none;
	color: black;
}

div#menu a.l1 {
	font-size: 11pt;
	font-weight: bold;
}

div#menu a.l2 {
	font-size: 10pt;
	padding-left: 10px;
}

div#contentarea h1 {
	font-size: 13pt;
	font-weight: bold;
	margin: 0pt;
	padding: 0pt;
}
div#contentarea h2 {
	text-align: center;
	width: 100%;
	font-size: 14pt;
	font-weight: bold;
	margin: 0pt;
	margin-top: 8px;
	padding: 0pt;
}
table#food {
	width: 100%;
}
table#food td {
	vertical-align: top
}
.error {
	font-weight: bold;
}