body {
	margin: 0; padding: 0;
}
#header {
	height: 141px;
	/*background: url(../images/header.jpg) no-repeat top;*/
}
#mainBody {
	background: url(../images/midbk.jpg) repeat-y left top;
}
#leftPanel {
	padding-top: 20px;
	padding-right: 29px;
}
#leftPanel #left2 {
	padding-left: 25px;
	padding-top: 20px;
	width: 150px;
}
#mainPanel {
	padding-top: 30px;
	padding-left: 10px;
	width: 620px;
	min-height: 550px;
}
#page1 #mainPanel {
	background: url(../images/bg1.jpg) no-repeat right bottom;
}
#footer {
	height: 50px;
	background: url(../images/footer2.jpg) no-repeat top;
	font-size: 11px;
	padding-top: 20px;
}
#footer p {
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #CCC;
	font-style: italic;
}
#menu #mainPanel {
	background: url(../images/bg2.jpg) repeat-y right;
}
#menu #mainPanel h3, #menu #mainPanel .food {
	font-weight: bold;
	color: #FF2DA1;
}
/*** lunch special ***/
#mainPanel #lunchMenu {
	background-color: #ED008C;
	color: #FFF;
	font: bold 16px arial, georgia, verdana;
	letter-spacing: 1px;
	padding: 20px 20px 10px;
}
.lunchBox {
	border-left: 1px solid white;
	margin-left: 25px;
	padding-left: 5px;
}
#lunchMenu p {
	line-height: 1.5em;
}
