body {
	background-image:url(images/bkgd_body_green.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
}
h3 {font-size: 15px;}

td {
	vertical-align:top;
	text-align:left;
	padding-bottom: 0px;
	margin:0px;
}

.content {
	width: 910px;
	padding:0px;
	margin:0px;
}

.foodimage {
	border: solid 1px #000000;
	margin-bottom: 150px;
}

.bgcellcolor {
	background-color: #f5d69d;
}

/* menu side of content */
#subnav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	float:left;
	width: 240px;
	padding: 60px 0px 0px 10px;
	margin-left: 5px;
}

#subnav a, a:visited, a:hover {
	font-weight: bold;
}

/* body side of content */
#contentbody {
	float:left;
	width: 630px;
	padding: 0px 10px 0px 5px;
	margin:0px;
}


/*	background-color: #f5deb3; 	width:754px; margin-left: 19px; */

.cherryftr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fafafa;
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-left: 40px;
}


a:link {
	color: #800000;
	text-decoration: none;
	font-weight:normal;
}
a:visited {
	text-decoration: none;
	color: #800000;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
	color: #800000;
	font-weight:normal;
}
a:active {
	text-decoration: none;
	color: #800000;
	font-weight:normal;
}