body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: white;
}
#outer_wrapper {
	width: 750px;
	margin: 0 auto 0 auto;
	background-color: white;
	text-align: left;
}
#header {
	width: 750px;
	text-align: left;
	background-image: url(images/header_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}
#top_right {
	float: right;
	margin-top: 15px;
	color: #909090;
	font-size: 8pt;
	line-height: 10pt;
	text-align: right;
}
#left_column {
	width: 180px;
	float: left;
	padding-top: 15;
	font-size: 14pt;
	background-image: url(images/fuzzy_hands.jpg);
	background-repeat: no-repeat;
}
#left_column p {
	margin-top: 0;
	margin-left: 10;
}
#left_column a {
	color: black;
	text-decoration: none;
}
#left_column a:hover {
	color: #555555;
}
#content {
	width: 560px;
	float: left;
	margin-top: 10px;
	background-color: white;
	font-size: 11pt;
	line-height: 15pt;
}
#content p {
	margin-top: 0;
	margin-left: 3;
}
.img_right {
	border: 2px solid black;
	margin: 5 0 5 5;
}
.img_left {
	border: 2px solid black;
	margin: 5 5 5 0;
}
.menu_table {
	font-size: 10pt;
}
.menu_heading {
	font-weight: bold;
	border-bottom: 1px solid black;
	font-size: 11pt;
}
.menu_subheading {
	font-style: italic;
}
.menu_active {
	color: #dd1100;
}
.menu_links {
	font-size: 10pt;
}
.menu_links a {
	color: black;
	text-decoration: none;
}
.menu_links a:hover {
	color: #555555;
}
.menu_price {
	vertical-align: top;
	text-align: right;
}
.price_cents {
	font-size: 7pt;
	vertical-align: top;
}
a {
	color: black;
}
.menu_subtext {
	font-size: 9pt;
	color: #666666;
	margin-left: 15px;
}
