body {
	background: #BE9C72 url(/images/bg.jpg) top left repeat;
	color: #3F3D3D;
	font: small/1.5 Georgia, Times, "Times New Roman", serif;
	}

body, html, ul#navlist, ul#subnavlist {
	margin: 0;
	padding: 0;
	}

#wrap {
	margin: 0 auto;
	color: #462713;
	width: 760px;
}

#inner-wrap {
	width: 760px;
	margin-left: 0px;
	}

#content-wrap {
	padding-left: 95px;
	padding-right: 95px;
	width: 570px;
	margin-top: -123px;
	background: url(/images/wrap-bg-trans.gif) top left repeat-y;
	}

p#header-holder {
	margin-top: 13px;
}

#text {
	position: relative;
}

#content-wrap h2 { 
	margin-bottom: -10px;
	}

#content-wrap dl { margin-top: 20px; }


#content-wrap ul {
	font-weight: bold;
	margin-left: 67px;
	}


/* ------------ HEADER ------------ */

#header {
	height: 301px;
	background: transparent url(/images/header-trans-bev.gif) top left no-repeat;
	position: relative;
	}

#logo {
	position: absolute;
	top: 39px;
	left: 102px;
	}



#time_loc {
	position: absolute;
	top: 123px;
	left: 77px;
	}

/* ------------ MENU ------------ */

#menu {
	font-family: "Arial Black", Arial, sans-serif;
	position: absolute;
	top: 158px; left: 71px;
	width: 601px;
	height: 81px;
	}

ul#navlist li {
	list-style: none;
	float: right;
	font-size: 15px;
	margin-right: 8px;
	}

ul#navlist a {
	color: #3F2008;
	text-decoration: none;
	margin-right: 8px;
	}


ul#navlist a:hover, ul#navlist a:focus ul#navlist a:active,
		#home li#nav-home a,
		#about li#nav-about a,
		#hours li#nav-hours a,
		#vendors li#nav-vendors a,
		#info li#nav-info a,
		#contact li#nav-contact a {
			color: #1B6D58;
		}



/* ------------ TEXT ------------ */

h2 {
color: #781705;
font-size: 130%;
font-family: "Arial Black", Arial, sans-serif;
}

a {
color: #376b51;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

#hero-photo {
	}

#leftcolumn {
    float: left;
    width: 260px;
    margin: 0 0 0 7px; 
    display: inline;
    position: relative;
    }

#leftcolumn ul{
    margin-left: 10px;
    font-weight: normal;

    }

#rightcolumn {
    float:right;
    width:260px;
    }

#rightcolumn ul {
margin-left: 20px;

    }

/* ------------ FOOTER ------------ */

#footer {
	height: 289px;
	background: transparent url(/images/footer-trans.gif) top left no-repeat;
	color: #5f3c1b;
	font-size: 90%;
	margin-top: -140px;
	font-weight: bold;
	}

#footer p {
	text-align: center;
	padding: 250px 0 0 0;
	}

#footer a {
	color: #472309;
	text-decoration: none;
	}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
	}


/* ------------ EXTRAS ------------ */


		.f-right {
			float: right;
			margin: 0 0 10px 10px;
		}

		.f-left {
			float: left;
			margin: 0 10px 10px 0;
		}

		.center { text-align: center; }
		.right { text-align: right; }

		.clear { clear: both; }

		a img { border: none; }

		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		.clearfix {display: inline-block;}
		/* Hide from IE Mac \*/
		* html .clearfix { height: 1%; }
		.clearfix {display: block;}
		/* End hide from IE Mac */


