* {
	margin: 0;
	padding: 0;
}

body {	
	text-align: center;
	font: 13px/1.3em "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #000000 url(images/body-bg.jpg) repeat-x;
}

p {
	margin: 6px 0;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 33px;
	margin: 64px 30px 12px 30px;
	color: #000000;
}

h1 em {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Times, "Times New Roman", serif;
	font-size: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	color: #B44229;
	margin: 16px 0 0 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	color: #222222;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	color: #111111;
	margin: 8px 0 4px 0;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 8px 0 4px 0;
}

.underlined {
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 1px solid #335817;
	margin: 0 12% 8px 12%;
}

.left {
	text-align: left;
	margin: 8px 60px;
	line-height: 18px;
}

.small {
	font-size: .9em;
	line-height: 1.3em;
}

.tiny {
	font-size: .8em;
	line-height: 1.1em;
}

.big {
	font-size: 1.1em;
}

.pumpkin {
	color: #E59046;
}

.dark-gold {
	color: #7A6846;
}

.right {
	text-align: right;
}

.top-margin {
	margin-top: 240px;
}

.center-align {
	text-align: center;
}

img {
	border: none;
}

img.inline  {
	vertical-align: middle;
}

.img-right {
	clear: right;
	float: right;
	margin: 2px 0 2px 20px;
}

.img-left {
	clear: left;
	float: left;
	margin: 2px 20px 2px 2px;
}

a:link {
	color: #0B6855;
	text-decoration: underline;
}

a:visited {
	color: #0B6855;
	text-decoration: underline;
}

a:hover {
	color: #0E5143;
	text-decoration: underline;
}

a:active {
	color: #0B6855;
	text-decoration: underline;
}

.inset {
	margin: 6px 12px;
}

.inset-box {
	margin: 12px 0;
	padding: 4px 15px;
	width: 240px;
	font-size: .9em;
	line-height: 1em;
	text-align: center;
	border: 1px solid #A58F66;
}

.clear {
	clear: both;
}

.divider {
	border-bottom: 1px solid #A58F66;
	padding: 10px 2px 0 0;
	margin-bottom: 20px;
}

.divider-clr {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #A58F66;
	padding-top: 10px;
	margin-bottom: 20px;
}

#page {
	width: 950px;
	text-align: left;
	margin: 0 auto 12px auto;
}

/* HEADER */
#header {
	width: 950px;
	height: 185px;
	position: relative;
	background: url(images/header-bg.jpg) bottom center no-repeat;
}

#logo {
	width: 374px;
	height: 195px;
	position: absolute;
	top: 0;
	left: 288px;
	z-index: 100;
}

#lantern-1 {
	width: 39px;
	height: 117px;
	position: absolute;
	top: -3px;
	left: 20px;
}

#lantern-2 {
	width: 39px;
	height: 117px;
	position: absolute;
	top: -20px;
	left: 110px;
}

#lantern-3 {
	width: 39px;
	height: 117px;
	position: absolute;
	top: -13px;
	left: 198px;
}

#lantern-4 {
	width: 39px;
	height: 117px;
	position: absolute;
	top: -13px;
	right: 198px;
}

#lantern-5 {
	width: 39px;
	height: 117px;
	position: absolute;
	top: -20px;
	right: 110px;
}

#lantern-6 {
	width: 39px;
	height: 117px;
	position: absolute;
	top: -3px;
	right: 20px;
}

#location-nav {
	width: 940px;
	height: 80px;
	position: absolute;
	left: 5px;
	top: 76px;
}

#location-cl {
	width: 290px;
	float: left;
}

#location-cl .text-box {
	float: left;
	margin: 20px 8px 0 8px;	
	width: 130px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	color: #E4DCCB;
}

#location-lith {
	width: 290px;
	float: right;
}

#location-lith .text-box {
	float: right;
	margin: 20px 8px 0 8px;	
	width: 130px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	color: #E4DCCB;
}

#location-lith img {
	float: right;
}

#top-nav {
	position: absolute;
	top: 162px;
	left: 5px;
	width: 940px;
	height: 22px;
}

#top-nav a:link, #top-nav a:visited {
	color: #E6DAB8;
}

.home-link {
	position: absolute;
	top: 0;
	left: 30px;
}

.locations-link {
	position: absolute;
	top: 0;
	left: 104px;
}

.menus-link {
	position: absolute;
	top: 0;
	left: 210px;
}

.carry-link {
	position: absolute;
	top: 0;
	left: 710px;
}

/* MAIN CONTENT */ 

#wrapper {
	width: 950px;
	margin-bottom: 20px;
	background: #000000 url(images/page-bg.jpg) repeat-y;
	border-bottom: 1px solid #B3A377;
}

#container {
	width: 100%;
	float: right;
	margin-left: -200px;
}

#container-home {
	width: 950px;
	height: 599px;
	background: url(images/home-bg.jpg) no-repeat;
	position: relative;
}

#key-info {
	position: absolute;
	width: 271px;
	height: 400px;
	top: 72px;
	left: 134px;
	text-align: center;
}

#key-info h1 {
	font-size: 26px;
	line-height: 28px;
	font-style: italic;
	color: #FC643B;
	margin: 4px 0 0 0;
	padding: 0;
}

#key-info p {
	color: #ECE2CD;
	font-weight: normal;
	font-size: 13px
}

#special {
	position: absolute;
	width: 263px;
	height: 187px;
	top: 84px;
	left: 536px;
}

#content {
	margin-left: 220px;
	overflow: hidden;
}

.paper {
	width: 700px;
	margin: 30px 0;
	text-align: left;
	background: url(images/paper-bg.jpg) repeat-y;
}

.paper-top {
	width: 700px;
	height: 123px;
	position: relative;
	overflow: hidden;
	background: url(images/paper-top.jpg) no-repeat;
}

.sub-nav {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 90px;
	font: bold 13px/20px Georgia, "Palatino Linotype", "Book Antiqua", Times, "Times New Roman", serif;
}

.sub-nav a:link, .sub-nav a:visited {
	color: #000000;
}

.sub-nav a:hover {
	color: #8F3724;
}

.sub-nav a:active {
	color: #000000;
}

.sub-nav a.current {
	color: #8F3724;
}

.subhead-note {
	position: absolute;
	bottom: 30px;
	right: 160px;
	width: 250px;
	font-size: 16px;
	font-weight: bold;
	color: #665843;
}

.inset-paper {
	width: 640px;
	padding: 15px 0 40px 0;
	margin: 0 0 0 30px;
}

.inset-paper p {
	margin: 12px 0;
	line-height: 1.4em;
}

.buffet-promo {
	float: right;
	width: 200px;
	padding-top: 134px;
	margin: 0 0 8px 12px;
	text-align: center;
	border-bottom: 1px solid #A58F66;
	background: url(images/lunch-buffet-bg.jpg) no-repeat;
}

.buffet-promo p {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.inset-paper ul {
	margin: 8px 40px;
}

.inset-paper li {
	margin: 5px 0;
	line-height: 1.3em;
}

#content-sidebar {
	width: 200px; 
	float: left;
	background: url(images/side.jpg) no-repeat;
}

#sidebar-inset {
	margin: 0 20px 0 0;
	height: 670px;
}

.sidepromo {
	margin: 20px 0;
}

.current {
	color: #C47D5B;
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 690px;
	padding: 0 0 20px 237px;
}

#footer-home {
	width: 690px;
	padding: 0 0 20px 137px;
}


#utility {
	width: 690px;
	font-size: 12px;
	color: #E6DCBC;
	text-align: center;
}

#utilinks {
	margin: 0;
}

#utilinks ul {
	list-style-type: none;
	color: #A55340;
	text-align: center;
	font-size: 12px;
}

#utilinks li {
	display: inline;
	margin: 0 8px;	
}

#utilinks a:link {
	color: #EA8770;
}

#utilinks a:visited {
	color: #EA8770;
}

#utilinks a:hover {
	color: #E6DCBC;
}

#utilinks a:active {
	color: #EA8770;
}

#utiltext {
	padding: 0;
}


