@charset "utf-8";
body {
	background-color: #231F20;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #832B2B;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}


#container {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#header {
	background-image: url(header.gif);
	height: 76px;
	background-repeat: no-repeat;
	background-color: #231F20;
}
#leftColumn {
	float: left;
	width: 150px;
	background-color: #FFFFFF;
	margin-right: 12px;
	margin-top: 12px;
	padding: 5px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E7D39B;
	float: left;
	width: 580px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 10px;
	border: thick double #000000;
}
#rightColumn {
	width: 150px;
	float: right;
	margin-top: 7px;
	margin-left: 7px;
	border-top-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
}
#rightColumn img {
	padding-bottom: 15px;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 12px;
	text-align: center;
	margin-bottom: 12px;
}
#leftColumn img {
	margin-bottom: 15px;
}
.finePrint {
	font-size: 11px;
	line-height: 14px;
}
.lunchDinner {
	color: #882E2C;
	font-weight: bold;
}
