a:link {
	color: #a98a47;
	text-decoration: none;
	}

a:active {
	color: #a98a47;
	text-decoration: none;
	}

a:visited {
	color: #a98a47;
	text-decoration: none;
	}

a:hover {
	color: #a98a47;
	text-decoration: underline;
	}

body {
	background: #bda075;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}

div#main {
	background: #d8c99b;
	background-image: url('/img/common/bg_slice.jpg');
	background-repeat: repeat-x;
	width: 816px; height: 602px;
	margin: 40px auto 0;
	position: relative;
	z-index: 0;
}

div#header {
	position: absolute;
	left: 25px; top: 46px;
	width: 305px; height: 50px;
	z-index: 2;
}

div#hours {
	position: absolute;
	left: 341px; top: 44px;
	width: 250px; height: 37px;
	z-index: 2;
}


img#picture {
	position: absolute;
	left: 341px; top: 129px;
	border: 1px solid #ae4c27;
	z-index: 2;
}

img#pictureNoBorder {
	position: absolute;
	left: 341px; top: 129px;
	z-index: 2;
}

div#nav {
	z-index: 10;
	position: absolute;
	left: 17px; top: 120px;
	width: 313px; height: 438px;
	padding: 0;
	margin: 0;
	border: 0;
}

div#aboutSubs {
	z-index: 12;
	position: absolute;
	left: 192px; top: 225px;
	width: 119px; height: 80px;
	background-image: url('/img/nav/about_sub.gif');
	display: none;
	padding: 0;
	margin: 0;
	border: 0;
}

div#menusSubs {
	z-index: 12;
	position: absolute;
	left: 184px; top: 187px;
	width: 109px; height: 70px;
	background-image: url('/img/nav/menus_sub.gif');
	display: none;
	padding: 0;
	margin: 0;
	border: 0;
}


img#chefLink {
	z-index: 12;
	position: absolute;
	left: 659px; top: 400px;
	width: 86px; height: 12px;
}

img#keithLink {
	z-index: 12;
	position: absolute;
	left: 659px; top: 455px;
	width: 90px; height: 12px;
}

table#nav_table, table#nav_table tr, table#nav_table td, table#nav_table img {
	padding: 0;
	margin: 0;
	border: 0;
}


/* MAIN COPY DIVS */

div.copy_1 {
	position: absolute;
	left: 342px; top: 415px;
}
div.copy_1_size {
	width: 211px; height: 143px;
	text-align: left;
	overflow: hidden;
	clip: rect(0, 211px, 143px, 0);
}

div.copy_2 {
	position: absolute;
	left: 574px; top: 415px;
}
div.copy_2_size {
	width: 205px; height: 143px;
	text-align: left;
	overflow: hidden;
	clip: rect(0, 205px, 143px, 0);
}


/* HOURS COPY */

div.hours_titles {
	position: absolute;
	left: 342px; top: 411px;
	width: 60px; height: 143px;
	text-align: left;
}

div.hours_copy_1 {
	position: absolute;
	left: 404px; top: 411px;
}

div.hours_copy_1_size {
	width: 196px; height: 143px;
	text-align: left;
	overflow: hidden;
	clip: rect(0, 196px, 143px, 0);
}

div.hours_copy_2 {
	position: absolute;
	left: 579px; top: 411px;
}
div.hours_copy_2_size {
	width: 202px; height: 143px;
	text-align: left;
	overflow: hidden;
	clip: rect(0, 207px, 143px, 0);
}



