html {
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background-color: #382412;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

div#container {
	width: 824px;
	margin: 0px auto;
}	

.clear {
	clear: both;
}

a:link, a:visited, a:active {
	color: #DA7A09;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}
	
.small {
	font-size: small;
}

th {
	text-transform: uppercase;
	border-bottom: 1px dotted #E0B87F;
	text-align: left;
}
	

/* HEADER STYLES */

h1, h2 {
	text-indent: -2000px;
	margin: 0;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 824px;
	height: 172px;
	margin-top: 20px;
}

#slogan {
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
	width: 824px;
	height: 127px;
	margin-top: -37px;
	z-index: 3;
}

.nav {
	background: url(../images/nav-bg.gif) 0 0 repeat-x;
	margin: 0 0 0 12px;
	padding: 0;
	float: left;
	width: 800px;
	height: 30px;
}

.nav ul {
	margin: 0;
	display: inline;
}

.nav li {
	display: inline;
	font-size: 16px;
	color: #F7F1E5;
}
.nav a:link, .nav a:visited, .nav a:active {
	font-weight: bold;
	color: #F7F1E5;
	text-decoration: none;
	float: left;
	padding: 4px 12px 0 12px;
	border-right: 1px solid #AF7A30;
	height: 26px;
	width: auto;
}
.nav a:hover {
	text-decoration: underline;
}


/* CONTENT STYLES */


#contents {
	padding: 15px;
	background-color: #FFF;
	width: 770px;
	margin-left: 12px;
}

.divider {
	height: 1px;
	width: 100%;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
}


/* LEFT COLUMN STYLES */


#leftCol {
	float: left;
	width: 534px;
}

h3 {
	color: #845A2A;
	font-size: 22px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	font-weight: 500;
	color: #845A2A;
}


/* RIGHT COLUMN STYLES */


#rightCol {
	margin-left: 540px;
	width: 220px;
	padding-left: 10px;
}

.lightBox {
	background-image: url(../images/lightBox-bg.gif);
	background-repeat: repeat-y;
	width: 206px;
	height: 100%;
}
	
.locationHours {
	background-image: url(../images/lightBox-top.jpg);
	background-repeat: no-repeat;
	width: 176px;
	min-height: 186px;
	padding: 15px 15px 0;
	font-size: small;
}

.lightBox-bot {
	background-image: url(../images/lightBox-bot.gif);
	background-repeat: no-repeat;
	width: 206px;
	height: 12px;
}

.locationHours h3 {
	margin: 0;
	font-size: 20px;
}


/* FOOTER STYLES */


#footer {
	width: 800px;
	height: 10px;
	margin-left: 12px;
	background-color: #1F0D08;
	color: #D6953A;
	font-size: x-small;
	padding: 20px 0;
	text-align: center;
}