html {
     overflow-x:hidden;
}
body {
	background-color: #F0EBCA;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}
div#contentBox {
	width: 480px;
}
div#leftFloatBox {
	width: 260px;
	float: left;
}
div#leftFloatBox p {
	text-align: justify;
	margin-top: 0;
}
div#rightFloatBox {
	float: right;
	text-align: right;
}
div#rightFloatBox p {
	margin-top: 0;
}

/* sunday lunch menu definition list styles */
dl {
	text-align: center;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 25px;
}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 0px;
}
dd {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
}
.centerText {
	text-align: center;
}
a {
	color: #950700;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.homeImage {
	margin-top: 15em;
}
#order legend {
	color: #950700;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#order fieldset {
	border: 1px solid #999999;
	margin-bottom: 25px;
}
#order {
}
#order td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style8 {
	color: #990000;
	font-weight: bold;
}
.style16 {font-size: 18px; color: #990000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.style20 {font-family: Arial, Helvetica, sans-serif}
