body {
	background-color: #FFCC00;
	font-family: "Bookman Old Style", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000099;
	margin-left: 20px;
	margin-right: 20px;
}
a {outline: none;}
div.header_div {
	width: 100%;
	text-align: center;
}
table#menu_header_table {
	width: 100%;
	margin-top: 20px;
}
td#main_td {
	vertical-align: top;
}
div#menu_div {
	width: 100%;
	margin-top: 20px;
}
p.title_p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2.sub_h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
p.p1 {
	font-family: "Bookman Old Style", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}
p.p2 {
	font-family: "Bookman Old Style", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
div#classics_div {
	float: left;
	width: 48%;
}
div#deli_div {
	float: right;
	width: 48%;
	border-color: #990000;
	border-style: ridge;
	padding-left: 5px;
	background-color: #FFFFCC;
}
div#soups_div {
	float: right;
	width: 48%;
	border-color: #990000;
	border-style: ridge;
	padding-left: 5px;
	margin-top: 10px;
	background-color: #FFFFCC;
}
div#kids_div {
	float: right;
	width: 48%;
	border-color: #990000;
	border-style: ridge;
	padding-left: 5px;
	margin-top: 10px;
	background-color: #FFFFCC;
}
div#extras_div {
	float: right;
	width: 24%;
	border-color: #990000;
	border-style: solid;
	border-width: 2px;
	margin-top: 50px;
	margin-right: 200px;
	padding-left: 5px;
	background-color: #FFFFCC;
}
div#beverages_div {
	float: right;
	width: 24%;
	border-color: #990000;
	border-style: solid;
	border-width: 2px;
	margin-top: 50px;
	margin-right: 20px;
	padding-left: 5px;
	background-color: #FFFFCC;
}
span.price_span {
	font-family: "Bookman Old Style", Garamond, Georgia, "Times New Roman", Times, serif;
	float: right;
	margin-top: -20px;
	margin-right: 15px;
}
span.price_span_sm {
	font-family: "Bookman Old Style", Garamond, Georgia, "Times New Roman", Times, serif;
	float: right;
	font-size: 12px;
	margin-top: -20px;
	margin-right: 15px;
}
div.price_cntr_span {
	font-family: "Bookman Old Style", Garamond, Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: -10px;
}
table#deli_table {
	width: 100%;
	padding: 0px;
	border: 0px;
}
table#deli_table td {
	font-family: "Bookman Old Style", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: top;
}
table#deli_table td.deli_header_td {
	font-size: 14px;
	text-decoration: underline;
	vertical-align: bottom;
}
div#footer_div {
	clear: both;
	text-align: center;
}
div#footer_div h3 a:link, a:visited {
	text-decoration: none;
	color: #990000;
}
div#footer_div h3 a:hover, a:active {
	text-decoration: underline;
	color: #339999;
}