﻿body
{
	background: #271702;
	color: White;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#frame
{
	background-image: url(/images/wood.jpg);
	width: 900px;
	margin: 0px auto;
}

#menu
{
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 20px;
	font-size: 14pt;
}

#menu ul
{
	list-style: none;
	padding: 3px;
	margin: 0px;
}

#menu li
{
	display: inline;
	padding: 3px 10px;
}

#menu a, #menu a:visited
{
	color: #D2A436;
	text-decoration: none;
}

#menu a:hover
{
	color: white;
	text-decoration: none;
}

#header
{
	height: 200px;
	background-image: url(/images/header_gradient.gif);
	background-repeat: repeat-x;
	border-top: solid 2px gold;
	border-bottom: solid 2px yellow;
}

#header #logo
{
	position: relative;
	top: -40px;
}

#header #food
{
	position: relative;
	top: -10px;
	left: 200px;
}


#main
{
	padding: 10px;
}

#footer
{
	clear: both;
	font-size: 8pt;
	text-align: center;
	padding: 10px;
}

h1
{
	color: #DBAA70;
	font-size: 14pt;
	font-weight: normal;
}

h2
{
	color: #DBAA70;
	font-size: 12pt;
	font-weight: normal;
}

a, a:visited
{
	color: Yellow;
	text-decoration: none;
}

a:hover
{
	color: Yellow;
	text-decoration: underline;
}

a img
{
	border: 0px;
}

img.border
{
	border: solid 1px black;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

label.required
{
	padding-right: 12px;
	background-image: url(/images/required.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.error
{
	color: Red;
}