body {
	margin: 0;
	padding: 0;
	background-color: #302B1D;
	background-repeat: repeat;
	font: 12px Century Gothic, Arial, Helvetica, sans-serif;
	color: #fff;
	background-image: url(../images/bgnd.gif);
}

/* Main Page Container */
#container {
	width: 800px;
	margin: 5% auto 0 auto;
	padding: 0px;
}
/* Header Container */
#header {
	background-position: right top;
	background-repeat: no-repeat;
}
#header_image {
	display: inline;
	float: right;
	width: 340px;
}
#menunav {
	display: inline;
	float: left;
	background-color: #a3a3a3;
	width: 380px;
	height: 160px;
	padding: 20px 0 20px 20px;
}
#menunav img { /* Logo Image */
	display: inline;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	padding-right: 20px;
}	
	/* Index Menu Content */
	#nav, #nav ul { /* all lists */
		display: inline;
		float: right;
		width: 200px;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#nav li { /* all list items */
		float: left;
		color: #fff;
		/* width needed or else Opera goes nuts */
		width: 200px;
	}
	#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		padding: 4px;
		height: 16px;
	}
	#nav li a:hover {
		background-color: #8fa665;
		border-bottom: 4px solid #819957;
		padding: 4px 4px 0 4px;
	}

/* Page content */
#content {
	width: 100%;
	background-color: #fff;
	color: #000;
	padding: 20px;
}	
#content a:link, #content a:active, #content a:visited { /* All links in the content div */
	color: #be5826;
	border-bottom: 1px solid #bdcaa6;
	text-decoration: none;
}
#content a:hover {
	color: #bdcaa6;
	text-decoration: none;
}
	#menusubnav { /* Sub Menu Container */
		display: inline;
		float: left;
		width: 18%;
	}
	#chef { /* Chef Box */
		margin-top: 20px;
		border: 2px solid #8c8980;
		width: 100%;
	}
	#chef p { /* Text in Chef Box */
		padding: 5px;
	}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
			display: block;
			width: 100%;
			padding: 0.5em;
			text-decoration: none;
			border-bottom: 2px solid #999;
			color: #000;
		}
		ul#subnav li a:hover {
			background-color: #be5826;
			color: #fff;
			text-decoration: none;
		}
	
	#content_text {
		display: inline;
		float: right;
		width: 75%;
	}
#footer {
	text-align: center;
}
/* Misc Styles */
h1 { /* Page Header */
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #819957;
}
h2 { /* Page Sub Header */
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	color: #819957;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}