html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* height */
	background: #3c1906 url('../images/page_background.jpg') repeat-x;
	font-family: Verdana, Sans-Serif;
	font-size: small;
	color: #222;
}
div#container {
	position: relative; /* height */
	height: auto !important; /* height */
	height: 100%; /* height */
	min-height: 100%; /* height */
	margin: 0 auto; /* height */
	width: 900px;
	background-color: #fff;
	border-right: 1px solid #290f01;
	border-left: 1px solid #290f01;
}
div#header {
	margin: 0;
	padding: 0;
	height: 97px;
	background: #fff url('../images/header_background.gif') repeat-x;
	text-align: center;
}
div#navigation {
	margin: 0;
	padding: 0;
	text-align: left;
}
	div#navigation ul {
		margin: 0;
		padding: 0em 1em;
	}
	div#navigation li {
		display: inline;
		margin: 0;
		padding: .4em;
		list-style: none;		
	}

	div#navigation li.currentLocation {
		color: #461b0c;
		border-bottom: 2px solid #461b0c;
		border-top: 2px solid #461b0c;
	}

div#content {
	margin: 0;
	padding: 1em 7em 8em 7em; /* bottom padding for footer */
	text-align: justified;
}
	div#content p {
		padding: 0;
	}
	div#content div {
		padding: 1em 0 1em 0;
		clear: both;
	}

div#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	background: #fff url('../images/footer_background.gif') repeat-x;
}
	div#footer p {
		padding: 1.2em 6em .2em 6em;
		margin: 0;
		color: #68321f;
		font-size: .85em;
		text-align: center;
	}

a:link, a:visited, a:hover { color: #68321f; }
	div#navigation li a:link, div#navigation li a:visited { color: #68321f; text-decoration: none; border: 0px; }
	div#navigation li a:hover { color: #68321f; text-decoration: none; border-bottom: 2px solid #68321f; border-top: 2px solid #68321f; }
	
p { line-height: 1.5; margin: 0 0 3em 0; }
p.clear { clear: both; }

ul { margin: 0em; padding: .5em 0em; }
li { list-style-type: none; padding: .2em 0em .2em 3em; }

ul.flavorguide { margin: 0em; padding: 0px 30px; }
ul.flavorguide li { float: left; width: 308px; height: 200px; list-style-type: none; margin: 0px; padding: 20px 10px 0px 10px; border-bottom: 4px solid #efefef;}

img, a img { border: 0; }
img.left { float: left; margin-right: 1.5em; }
img.right { float: right; margin-left: 1.5em; }
img.center { margin: 0 9em; }

h1 { font-size: 1.8em; font-weight: normal; margin: 0.5em 0; }
h2 { font-size: 1.5em; font-weight: normal; margin: 0.5em 0; }
h1, h2 { color: #3c1906; }

.text_small { font-size: .85em; }
.text_large { font-size: 1.2em; }
.text_left { text-align: left; }
.text_center { text-align: center; }
.text_right { text-align: right; }
.text_light { color: #777; font-size: .85em; }
.error { color: #c00; font-weight: bold; text-align: center; }


/* table */
table.total_table { width: 400px; margin: 0 auto; padding 0; font-size: .85em; }
	table.total_table td { border: 1px solid #ccc; }


