html, body {
	background-color: #724723;	
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 0;
	overflow-x: hidden;

}


/* Common Functions ================ */

.clear { clear: both; }
.trans { border: 0; }

.image-left { display: block; clear: left; float: left; }
.image-right { display: block; clear: right; float: right; }

/* Wrappers ======================== */


#wrapper {
	
	display: block;
	width: 980px;
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -490px;
	
}

/* Header ------------------------------ */


#header {
	
	display: block;
	width: 980px;
	height: 120px;
	text-align: center;
	border-bottom: 1px solid #684220;
}

#header h1 {
	
	display: inline-block;
	width: 115px;
	height: 80px;
	margin-top: 20px;
}

#header h1 a {
	
	display: block;
	width: 115px;
	height: 80px;
	background: url(../images/logo.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}


/* Navigation --------------------------------------- */

#nav {
	
	display: block;
	width: 980px;
	height: 30px;
	border-top: 1px solid #7f522a;
	padding-top: 12px;
	border-bottom: 1px solid #7f522a;
	text-align: center !important;	
	
}

#nav ul {
	
	display: inline-block;
	width: 975px;
	height: 30px;
	text-align: center;
	padding-left: 5px;
	
}

#nav li {
	
	display: inline-block;
	float: left;
	font-size: 11px;
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: arial,sans-serif;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #7f522a;
	border-left: 1px solid #684220;
}

#nav li.first { border-left: 0 !important; }
#nav li.last { border-right: 0 !important; }
#nav a.specials { color: #f89a07 !important; }
#nav a.specials:hover { color: #ffd101; }
#nav a.active { color: #ffd101; }

#nav li a {
	
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	
	color: #ffd101;
}

/* Content ---------------------------- */

#content {
	
	display: block;
	width: 980px;
	background-color: #fff;
	border-top: 1px solid #684220;
	border-bottom: 1px solid #684220;	
	padding: 0px;
	height: 449px;
	
}

#sidebar {
	
	display: block;
	width: 300px;
	height: 449px;
	float: left;
	margin-right: 10px;
}

.map-sidebar, .map-sidebar img {
	
	width: 400px !important;
}

#sidebar img {
	
	width: 300px;
}

#copy {
	
	display: block;
	float: left;
	width: 650px;
	height: 424px;
	padding: 5px;
	padding-right: 10px;
	padding-top: 20px;	
	text-align: center;
	overflow: auto;
}

.map-copy {
	
	width: 550px !important;
}

#copy p {
	
	color: #3d362f;
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 21px;
}

#copy p a {
	
	color: #724723;
}

#copy p a:hover {
	
	color: #d5840f;
}

#copy img.center {
	
	display: inline-block;
}

h2.news_title {
	
	color: #724723;
	font-size: 18px;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-family: lucida sans,arial,sans-serif;#
	margin-bottom: 8px;	
	
}

.updatable {
	
	text-align: left !important;
}

/* Footer -------------------- */

#footer {
	
	display: block;
	clear: both;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial,sans-serif;
	font-size: 11px;
	color: #1e1208;
	border-top: 1px solid #7f522a;
	height: 30px !important;
	
}

p.address {
	
	display: block;
	float: left;
	width: 300px;
}

p.tel {
	
	display: block;
	float: right;
	width: 500px;
	text-align: right;
}

p.tel strong {
	
	font-weight: bold;
	color: #d9ac11;
}

p.tel a {
	
	color: #d9ac11;
}