@charset "utf-8";
* {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
}
body {
	font: 9pt/21px Verdana, Arial, Helvetica, sans-serif;
	background: #CC6600;
	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 */
	color: #000000;
}
#container {
	width: 835px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


/* -------------------------------Header------------------------------- */



#header {
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header_logo {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: url(../images/top_logo.jpg);
	margin: 0px;
	height: 156px;
	width: 254px;
	float: left;
}
#header_regular {
	padding: 0px;
	background: url(../images/top.jpg);
	margin: 0px;
	height: 156px;
	width: 475px;
	float: left;
}
#header_lunch {
	padding: 0px;
	background: url(../images/top_lunch.jpg);
	margin: 0px;
	height: 156px;
	width: 475px;
	float: left;
}
#header_fish {
	padding: 0px;
	background: url(../images/top_fish.jpg);
	margin: 0px;
	height: 156px;
	width: 475px;
	float: left;
}
#header_bar {
	padding: 0px;
	background: url(../images/top_bar.jpg);
	margin: 0px;
	height: 156px;
	width: 475px;
	float: left;
}
#header_dinner {
	padding: 0px;
	background: url(../images/top_dinner.jpg);
	margin: 0px;
	height: 156px;
	width: 475px;
	float: left;
}
#header_right {
	padding: 0px;
	background: url(../images/top_right.jpg);
	margin: 0px;
	height: 156px;
	width: 106px;
	float: left;
}


/* -------------------------------MAIN NAV------------------------------- */

#navigation {
	background:#000;
	float: left;
	height: 43px;
	width: 825px;
	border-right: 5px solid #FFF;
	border-left: 5px solid #FFF;
}

ul#navlist{
	width:825px;
}


ul#navlist li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}


/* ------------------------------- Content ------------------------------- */

#mainContent {
	padding: 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float: left;
	width: 825px;
}
#content {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FAF7F1;
	width: 805px;
}
#content p {
	padding-top: 4px;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 12px;
}
#content li {
	list-style: disc inside;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content_single {
	background: #FAF7F1;
	width: 600px;
	float: right;
}
#content_single p {
	padding-top: 15px;
	font-size: 14px;
	line-height: 28px;
}
#column1 {
	background: #FAF7F1 url(../images/side_bar.gif) repeat-y;
	padding: 10px;
	width: 805px;
	height: auto;
	float: left;
}

#column2 {
	width: 600px;
	float: right;
}

#column2 p {
	padding-top: 4px;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 12px;
}

#sideNav {
	width: 170px;
	float: left;
}

#sideNav p {
	padding-bottom: 11px;
	float: left;
}

#sideNav h3 {
	padding-bottom: 6px;
}

#sideNav li {
	list-style: none;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}

#sideNav li a {
	font-size: 13px;
	font-weight: bold;	
	text-decoration: none;
}


h1 {
	color: #633751;
	font: bold 27px/35px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #BF894B;
	font: bold 26px/28px Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #633751;
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
}
h4 {
	color: #633751;
	font-size: 14px;
}
a {
	color: #BF894B;
}
a:hover {
	color: #712833;
}


/* -------------------------------Footer------------------------------- */




#footer_border {
	padding: 4px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	border-right: 5px solid #FFF;
	border-left: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#633751;
	border-top: 1px solid #dfb1cc;
	border-bottom: 1px solid #dfb1cc;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container tr {
	padding-top: 5px;
	padding-bottom: 10px;
}
td {
	padding-bottom: 15px;
}
.rule {
	text-align: center;	
}

