﻿html {
	background-color: #263f06;
	background-image: url('graphics/ah-bg.jpg');
	background-position: top left;
	background-repeat: repeat;
}

body {
	margin-top: 20px;
	margin-bottom: 20px;
}

#doc2 {
	width: 950px;
}

#header-graphic {
	width: 950px;
	height: 215px;
	background-image: url('graphics/header.jpg');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #853522;
}

#hd #homelink {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

#hd #header-text {
	display: none;
}

#hd #hours {
	font-size: 77%;
	position: relative;
	left: 67px;
	top: 70px;
	width: 350px;
	word-spacing: 1px;
	float: left;
	
}

#hd #hours h2 {
	font-size: 135%;
	color: rgb(212,137,28);
	margin: 0em;
}

#hd #hours ul {
	margin: 0em;
	color: rgb(212,137,28);
	font-weight: bold;
	text-align: left;
}

#hd #hours ul li {
	list-style-type: none;
}

#hd #hours a {
	color: rgb(212,137,28);
	text-decoration: underline;
}

#hd #hours a:hover {
	color: rgb(255,255,255);
}

#hd #nav {
	font-size: 85%;
	width: 617px;
	float: right;
	position: relative;
	top: 120px;
	word-spacing: 1px;
}

#hd #nav ul {
	margin: 0em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#hd #nav ul li {
	display: inline;
	padding: 0px 8px 0px 8px;
}

#hd #nav a {
	color: #ffffff;
	text-decoration: none;
}

#hd #nav a:hover {
	color: rgb(212,137,28);
	text-decoration: none;
}

#bd {
	background-color: #e7ebd4;
	width: 950px;
	height: 464px;
	background-image: url('graphics/bd-background.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

#bd #pageNav {
	margin: 0em;
	float: left;
	width: 333px;
	height: 464px;
	color: #ffffff;
}

#bd #pageNav #pageNavText .cheficon {
	float: left;
	width: 111px;
	height: 154px;
	text-align: center;
	font-size: 85%;
	font-family: "Arial Narrow";
	font-weight: bold;
	line-height: 1.5em;
}

#bd #pageNav #pageNavText .cheficon a {
	color: #ffffff;
	text-decoration: none;
}

#bd #pageNav #pageNavText .cheficon a:hover {
	color: rgb(212,137,28);
}
		
#bd #pageContent {
	/*width: 617px;*/ /*Leave this commented out to fix IE6 bug */
	margin-left: 333px;
	position: relative;
}

#bd #pageContent p {
	color: #717275;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

#bd #pageContent h1 {
	color: #717275;
	font-family: "Times New Roman", Times, serif;
	font-size: 197%;
	font-weight: normal;
	margin: 0em;
}

#bd #pageContent h2 {
	color: #717275;
	font-family: "Times New Roman", Times, serif;
	font-size: 167%;
	font-weight: normal;
	margin: 0em;
}

#bd #pageContent h3 {
	color: #717275;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0em;
}

#bd #pageContent hr {
	background-color: rgb(212,137,28);
	color: rgb(212,137,28);
	height: 2px;
	margin: 0 0 15px 0;
	border: 0;
}

#bd #pageContent a {
	color: #717275;
}

#bd #pageContent a:hover {
	color: #243f00;
}

#bd #pageContent .big {
	font-size: 131%;
}

#chefphoto {
	float: right;
	margin-right: 25px;
}

#footer-graphic {
	width: 950px;
	height: 33px;
	background-image: url('graphics/footer.jpg');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #853522;
}

#ft #links {
	font-size: 85%;
	padding-top: 5px;
}

#ft #links ul {
	margin: 0em;
	list-style-type: none;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#ft #links ul li {
	display: inline;
	padding: 0px 7px 0px 7px;
}

#ft #links a {
	color: #ffffff;
	text-decoration: none;
}

#ft #links a:hover {
	color: rgb(212,137,28);
	text-decoration: none;
}

#ft #links a img {
	vertical-align: middle;
}
