@charset "utf-8";
/* CSS Document */
body {
	background:#000;
	text-align:center;
	font:1.1em Garamond, Georgia, "Times New Roman", Times, serif;
	color:#a9792c;
	padding:10px;
	margin:0px;
}

#wrapper{
	display:block;
	width:700px;
	text-align:left;
}

#header {
	display:block;
	width:700px;
	height:125px;
	background:url('images/header.gif') no-repeat;
	text-align:center;
}
	#header h1, #header h2, #header h3 {
		display:none;
	}

#leftcol {
	display:block;
	float:left;
	width:173px;
	height:411px;
	background:url('images/hours.gif') no-repeat #610e02;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#rightcol {
	display:block;
	float:left;
	width:527px;
	height:411px;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#accolades {
	display:block;
	background:url('images/accolades.gif') no-repeat #3a3a3a;
	width:527px;
	height:80px;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#home_text {
	padding:15px 35px;
	text-align:center;
	Xborder:dashed 1px red;
}

/******* HOME NAV STYLES *******/
#nav {
	display:block;
	position:relative;
	width:700px;
	height:125px;
	list-style-type:none;
	Xtext-indent:-9999px;
	padding:0px;
	Xborder:dashed 1px yellow;
}
#nav li {
	position:absolute;
	float:left;
}
#nav li a {
	display:block;
	width:45px;
	height:23px;
	text-indent:-9999px;
	
}
#nav li.b1 {top:100px; left:10px;}
#nav li.b2 {top:100px; left:255px;}
	#nav li.b2 a {width:50px;}
#nav li.b3 {top:100px; left:318px;}
#nav li.b4 {top:100px; left:375px;}
	#nav li.b4 a {width:95px;}
#nav li.b5 {top:100px; left:485px;}
#nav li.b6 {top:100px; left:543px;}
#nav li.b7 {top:100px; left:605px;}
	#nav li.b7 a {width:55px;}
#nav li.b8 {top:0px; left:75px;}
	#nav li.b8 a {width:160px; height:125px;}
	

/******* HOME FOOTER LINKS *******/
#footer {
	display:block;
	margin:15px 0px 0px 0px;
	font-size:0.8em;
	color:#999;
	text-align:center;
}
#footer a, #footer a:link, #footer a:visited {
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	margin:0px 7px;
	color:#999;
}
#footer a:hover {color:#CCC;}


/******* SLIDESHOW STYLES *******/
/* ##### DON'T FORGET: THE JAVASCRIPT REQURES 'SLIDESHOW2.CSS' TO WORK PROPERLY ##### */
* {
	margin: 0;
	padding: 0;
}

#rotator {
	position: relative;
	border:none;
	Xcursor: pointer;
	overflow: hidden;
	margin:0px;
	width:527px;
	height:331px;
}

#rotator img {
	border:none;
	cursor: pointer;
	width:527px;
	height:331px;
}
