body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #302216 no-repeat top center url(../images/BodyBG.png);
	text-align: center;
}
#container {
	margin: 0 auto 0;
	text-align: left;
	width: 851px;
}
/* HEADERS & FLOATS*/

h1 {
	text-align: center;
	margin: 31px 0 35px ;
}
h2 {
	text-align: center;
	font-size: 19px;
	margin-bottom: 20px;
}
h3 {
	text-align: center;
	font-size: 17px;
	margin-bottom: 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfloats {
	visibility: none;
	clear: both;
}
/* NAV */ 

#nav li {
	float: left;
}
#nav li a {
	background: url(../images/Nav.png) no-repeat scroll top left;
	display: block;
	height: 30px;
	position: relative;
	text-indent: -5000px;
}
#nav li a span {
	background: url(../images/Nav.png) no-repeat scroll bottom left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
}
/* @group NAV NORMALS */
#nav li a.our_story {
	width: 146px;
}
#nav li a.menu {
	background-position: -146px 0px;
	width: 84px;
	margin-left: 64px;
}
#nav li a.catering {
	background-position: -230px 0px;
	width: 131px;
	margin-left: 58px;
}
#nav li a.gift_cards {
	background-position: -361px 0px;
	width: 149px;
	margin-left: 39px;
}
#nav li a.contact {
	background-position: -510px 0px;
	width: 125px;
	margin-left: 39px;
}

/* @end */

/* @group NAV HOVERS */

#nav li a.our_story span {
	background-position: 0px -30px;
}
#nav li a.menu span {
	background-position: -146px -30px;
}
#nav li a.catering span {
	background-position: -230px -30px;
}
#nav li a.gift_cards span {
	background-position: -361px -30px;
}
#nav li a.contact span {
	background-position: -510px -30px;
}

/* @end */
#main_content {
	background: url(../images/MainContentBG.png) repeat top left;
	padding: 25px;
	margin: 6px 0 10px;
	height: 100%;
}
/*FORM STUFF*/
input[type="text"] {
	margin: 0;
	padding: 0;
	background: white;
	border: 1px solid #a9a9a9;
}
input[type="submit"] {
	text-align: center;
	border: 1px solid #916541;
	background: #D4C467;
	height: 30px;
	width: 100px;
}
input.buttondown {
	background-color: #cd812c;
}
.watermark {
	color: #a9a9a9;
	position: absolute;
	top: -3px !important;
}
/* FOOTER */
#footer {
	margin: 20px auto 20px;
	width: 851px;
}
#footer p {
	float: left;
}
#footer ul {
	text-align: right;
	margin-top: -.6em;
}
#footer a:hover {
	color: #D4C467;
}
textarea {
	border: 1px solid #916541;
	background: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
