html, body, form, table {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font: 70% "Times New Roman";
	background: #af0c0c url(images/bgMain.gif) repeat-y center top;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
.inputbox {
	background: #fff;
	border: 1px solid #AF0C0C;
	font: 90% "Times New Roman";
	color: #000;
	margin-top: 5px;
	margin-right: 7px;
}
.highlight {
	border: 1px solid #F00;
}
.selectbox {
	background: #171B1E;
	border: 1px solid #666;
	font: 95% Arial;
	color: #FFF;
	margin-top: 5px;
	margin-right: 7px;
} 
.submitButton {
	font: bold 90% "Times New Roman";
	color: #fff;
	background: #AF0C0C;
	border: 1px solid #AF0C0C;
	margin-top: 5px;
	_padding-right: 5px;
	_padding-left: 5px;
	border: 1px solid #666;
}
.submitButtonO {
	background: #000;
	cursor: pointer;
}
h1 {
	font-size: 140%;
	color: #000;
	border-bottom: 1px dotted #666;
	padding-top: 7px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-size: 130%;
	color: #f00;
	border-bottom: 1px dotted #666;
	padding-top: 13px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0px;
}
h3 {
	font-size: 115%;
	color: #666;
	padding-top: 5px;
	margin-bottom: 7px;
	font-weight: bold;
	margin-top: 0px;
}
#box {
	width: 534px;
	background: url(images/bgPage.gif) repeat-y;
}
#menu {
	background: url(images/bgMenu.gif) no-repeat;
	height: 46px;
	color: #fff;
	padding-top: 16px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #AF0C0C;
	text-decoration: none;
}
.navL {
	float: left;
	margin-left: 9px;
}
.navR {
	float: right;
	margin-left: 9px;
}
#banner {
	background: url(images/banner.jpg) no-repeat center top;
	height: 138px;
}
#content {
	background: #fff;
	width: 476px;
	font-size: 120%;
	text-align: left;
	padding: 8px;
}
#bottom {
	background: url(images/bottom.gif) no-repeat center top;
	height: 75px;
	clear: both;
}
#footer {
	background: #000 url(images/bgFooter.gif) no-repeat center top;
	height: 14px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #AF0C0C;
	text-decoration: none;
}
.title {
	font-size: 23px;
	font-style: italic;
	color: #af0c0c;
	margin-bottom: 8px;
}
#newsletter {
	padding: 10px;
	border: 1px solid #AF0C0C;
	margin: 8px 2px;
	text-align: center;
	font-size: 13px;
	color: #AF0C0C;
	font-style: italic;
}
#newsletterTitle {
	font-size: 16px;
	font-style: italic;
	color: #AF0C0C;
}
#contentText {
	padding-left: 10px;
}
.newsletterBox {
	width: 140px;
}
#formNewsletter {
	margin-bottom: 5px;
}
.food_title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #C32E41;
}
.food_subtitle {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}

p.menu, #content table tr td div
{ margin:0px; padding:0px; padding-bottom:5px; }
