body {
	margin: 0 auto;
	padding: 0;
	background:#d6d6d6; 
	
}

#mainTable {
	background: url(images/bg.gif) center repeat-y #d6d6d6;
	margin: 0 auto;
	width: 886px;
}

#header {
	color: #CCCCCC;
	background: transparent url(images/food_header.jpg) center no-repeat;
	height: 139px;
	width: 886px;
}

#maincontent {
	background-color: white;
}

#content {
	float: left;
	padding: 40px 10px 10px 50px;
	text-align: justify;
	width: 500px;
}

#quote {
	float: left;
	background: url(images/divider.jpg) top no-repeat;
	padding: 20px 10px 10px 50px;
	margin-top: 35px;
	width: 500px;
}

#sidebar {
	width: 352px;
	height: 447px;
	padding: 20px 45px 10px 10px;
}

#navigation {
	padding: 20px 35px 10px 35px;
}

#footer {
	text-align:center;
	color: #000;
	background: transparent url(images/footer.gif) center no-repeat;
	height: 50px;
	width: 886px;
}

p, blockquote, li, ul, td, dt, dd {
	font-family: verdana, arial, sans-serif;
	color: black;
	font-size: 10pt;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #4c784c;
	font-size: 24pt;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #4c784c;
	font-size: 14pt;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #4c784c;
	font-size: 12pt;
}

.caption {
	font-family: verdana, arial, sans-serif;
	color: black;
	font-size: 8pt;
}

.on {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.off {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #97dc97;
}

.bodyOn {
	font-style: normal;
	text-decoration: underline;
	color: #4c784c;
}

.bodyOff {
	font-style: normal;
	text-decoration: underline;
	color: #555555;
}
