/*
green - 345b27
orange - c67126
red - b23416
gold - f1c842
lt gold - f8e3a0
ltr gold - fcf2d4
*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	background: #fff url('images/bg.jpg') repeat-x top;
	margin: 0;
	padding: 0;
	color: #000;
	}

#wrap {
	width: 970px !important;
	margin: 0px auto !important;
	}

#head {
	padding: 0;
	}

#main {
	width: 100%;
	}
	
#specials, #locations {
	background: #f8e3a0;
	width: 235px;
	text-align: center;
	font-size: 12px;
	}

#locations {
	font-weight: bold;
	}

#specials {
	font-style: italic;
	}

#specials b, #specials h3 {
	font-style: normal;
	}
	
#house {
	background: #f1c842 url(images/house.jpg) no-repeat center;
	height: 450px;
	width: 460px;
	text-align: center;
	}

#content {
	width: 460px;
	background: #fff url('images/contentbg.jpg') repeat-x bottom;
	padding: 0;
	}
	
#foot {
	font-size: 11px;
	padding: 8px 0;
	margin-top: 24px;
	text-align: center;
	}

a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link, a:visited  {
	color: #b23416;
	}

a:hover, a:active {
	color: #c67126;
	}

a.img {
	border: none;
	text-decoration: none;
	}
	
#nav {
	color: #345b27;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 17px;
	text-transform: uppercase;
	padding: 2px 0;
	margin: 0;
	margin-bottom: 12px;
	text-align: center;
	}
	
#nav a {
	padding: 0 8px;
	margin: 0;
	color: #345b27;
	text-decoration: none;
	}

#nav a:hover, #nav a:active {
	color: #b23416;
	}

#content p {
	margin: 20px;
	margin-top: 0;
	line-height: 130%;
	}

#locations p, #specials p {
	margin: 10px;
	margin-top: 0;
	line-height: 130%;
	}

#foot p {
	margin: 0;
	margin-top: 8px;
	}

/* #content div {
	margin: 0 10px;
	} */
	
h1, h2, h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 20px;
	padding: 0;
	color: #b23416;
	}
	
h1 {
	margin-bottom: 12px;
	font-size: 32px;
	}

h2 {
	font-size: 26px;
	margin-bottom: 12px;
	color: #345b27;
	font-style: italic;
	font-weight: normal;
	}

h2.red {
	font-style: normal;
	color: #b23416;
	}
	
#house h2, #specials h3, #locations h3 {
	padding-top: 4px;
	}
	
h3 {
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: normal;
	}

table.form {
	margin: 10px;
	}

table.form td {
	padding: 0 6px 6px 0;
	background: none !important;
	}
	
ul {
	margin-bottom: 16px;
	margin-left: 10px;
	}
	
li {
	line-height: 150%;
	list-style-type: square;
	padding-bottom: 2px;
	}
	
b {
	text-transform: uppercase;
	color: #345b27;
	font-size: 110%;
	}

#foot b {
	font-size: 100%;
	}
	
small, #history td {
	font-size: 11px;
	}

#history {
	margin-left: auto;
	margin-right: auto;
	}
	
#history td {
	padding: 10px;
	text-align: center;
	}
	
.left {
	margin-right: 20px;
	margin-left: 10px;
	float: left;
	}

.right {
	margin-left: 20px;
	margin-right: 10px;
	float: right;
	}
	
.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
.biglist {
	margin-right: 40px;
	margin-left: 10px;
	float: left;
	}
	
hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

#content img, #specials img {
	padding: 3px;
	border: 1px solid #f1c842;
	margin-bottom: 4px;
	}

#content img {
	background: #fcf2d4;
	}

#specials img {
	background: #fff;
	}
	
img.plain {
	background: none !important;
	padding: 0 !important;
	border: none !important;
	}	
