body  {
	background-color: #f17e14;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
#mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #831222;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #831222;
}
a:hover {
	text-decoration: underline;
	color: #831222;
}
a:active {
	text-decoration: none;
	color: #831222;
}
/*following two tags determine Email Request Form background and button colors*/
FORM {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #831222;
background: #f17e14;
border: 2px solid #8312224;
padding: 5px;
width: 375px;
}

INPUT {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-color: #831222;
background-color: #ff9933;
}

.bios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #831222;
	padding-left: 50px;
	padding-top: 12px;
	padding-right: 50px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 16px;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #831222;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: center;
	line-height: 16px;
}
.indexFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #831222;
	padding-top: 6px;
	margin: 0px;
	text-align: center;
}
.missionstatement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #831222;
	padding-left: 60px;
	padding-top: 6px;
	padding-right: 60px;
	font-style: italic;
	text-align: center;
	line-height: 21px;
	margin: 0px;
	padding-bottom: 3px;
}
.holidayhours {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #831222;
	padding-left: 40px;
	padding-top: 9px;
	padding-right: 40px;
	font-style: italic;
	text-align: center;
	line-height: 19px;
	margin: 0px;
	padding-bottom: 3px;
}
.cateringMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #831222;
	padding-left: 40px;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 16px;
}
.cateringMenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #831222;
	padding-left: 40px;
	padding-top: 3px;
	padding-right: 40px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 16px;
}
.cateringMenuIndent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #831222;
	padding-left: 50px;
	padding-top: 3px;
	padding-right: 50px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 16px;
}
.cateringMenuHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #831222;
	padding-left: 0px;
	padding-top: 9px;
	padding-right: 0px;
	font-style: italic;
	text-align: center;
	line-height: 20px;
	margin: 0px;
	padding-bottom: 3px;
	font-weight: bold;
}
.worddoclink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #831222;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.photo {
	margin: 0px;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.missionstatementFL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #831222;
	padding-left: 10px;
	padding-top: 18px;
	padding-right: 0px;
	text-align: left;
	line-height: 18px;
	margin: 0px;
	padding-bottom: 3px;
}
.specialDinner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	text-align: center;
	line-height: 21px;
	margin: 0px;
	padding-top: 3px;
}
.allergies {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-align: center;
	line-height: 21px;
	margin: 0px;
	padding-top: 3px;
}
.FourCourseDinner {
	text-align: center;
	color: #831222;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 17px;
}
.FourCourseDinnerLink {
	text-align: right;
	color: #831222;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-right: 10px;
}
.FourCourseDinner a:link,
.FourCourseDinner a:active,
.FourCourseDinner a:visited {
	color: #831222;
	text-decoration: underline;
}

