html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	background: #C8EA70;
	scrollbar-base-color: #C8EA70;
	scrollbar-3dlight-color: #C8EA70;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #283710;
	scrollbar-face-color: #283710;
	scrollbar-highlight-color: #C8EA70;
	scrollbar-shadow-color: #C8EA70;
	scrollbar-track-color: #C8EA70;	
}
h1 img {
	display: block;
}
img {
	border: 2;
	margin-bottom: 15px;
	border-color: #C8EA70;
}
a {
	color: #3F5216;
}
a:hover {
	color: #3F5216;
	text-decoration: blink;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #283710;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #3F5216;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 880px;
	position: relative;
	background: #283710 top right url(images/header.jpg) no-repeat;
	background-color: #283710;
}
#logo {
	width: 357px;
	background: #283710;
	height: 185px;
	text-align: center;
}
#logo h1 {
  padding-top: 50px;
  color: #283710;
  font: bold 27px "arial black", arial, sans-serif;
}
#logo p {
  margin: 0em;
  padding-left: 50px;
  font: 17px "arial narrow", arial, sans-serif;
}

#nav li {
  list-style: none;
}
#nav-left {
  width: 178px;
}
#nav-left li {
  background: url(images/nav_bg.jpg) repeat-x;
  font: 18px "arial narrow", arial, sans-serif;
  height: 62px;
  line-height: 62px;
  text-align: right;
}
#nav-left a {
	color: #BADF6A;
	text-decoration: none;
	padding-right: 20px;
}
#nav-left .orange a {
  color: #FFC559;
}
#nav-left a:hover {
	text-decoration: underline;
	background-color: #283710;
}
#nav-right {
	position: absolute;
	top: 185px;
	left: 178px;
	width: 178px;
	border-left: 1px solid white;
	background: #5C7327;
}
#nav-right ul {
  text-align: right;
}
#nav-right li {
  font: 14px "arial narrow", arial, sans-serif;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid white;
  background: 152px 10px url(images/arr.gif) no-repeat;
  padding-right: 40px;
}
#nav-right a {
	color: #283710;
	text-decoration: none;
}
#nav-right a:hover {
  text-decoration: underline;
}

/** body **/

#body {
  border-top: 1px solid white;
  padding-top: 20px;
}
#left {
	float: left;
	width: 460px;
	padding-left: 6px;
	background: #283710;
}
#left1 {
	float: left;
	width: 455px;
	padding-left: 6px;
	background: #283710;	
}
#right {
	float: right;
	width: 350px;
	padding-right: 37px;
	background: #283710;
}

#welcome {
  padding-left: 29px;
}

h2.guilded {
  background: bottom left url(images/welcome_bg.gif) repeat-x;
  height: 20px;
  margin-bottom: 0.8em;
  font-weight: normal;
  font-size: 20px;
}
h2.guilded span {
	background: #283710;
	padding-left: 38px;
	padding-right: 8px;
	padding-top: 2px;
	float: left;
}

.more a {
  color: #C47552;
  text-decoration: none;
  font-weight: bold;
}
.more a:hover {
  text-decoration: underline;
}

#chef {
	background: bottom left url(images/pic_1.jpg) no-repeat;
	padding-left: 165px;
	padding-top: 20px;
}
#chef h2 {
  font: 17px "arial narrow", arial, sans-serif;
  background: bottom url(images/divider.gif) repeat-x;
  padding-bottom: 5px;
  margin-left: -50px;
  padding-left: 70px;
  padding-right: 0;
}

p {
  margin: 1em 0;
  line-height: 1.1;
}

/** right **/

#booking {
	background: #BADF6A;
	border: 1px solid #3F5216;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
#booking h2 {
	background: url(images/h_booking_bg.jpg) repeat-x;
	border: 1px solid #283710;
	height: 27px;
	line-height: 27px;
	color: #BADF6A;
	font-weight: normal;
	font-size: 16px;
	padding-left: 20px;
	margin: 4px 4px 10px 4px;
}
#booking th {
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}
#booking td.submission {
  text-align: right;
}

#menu {
	background: bottom left url(images/specials.jpg) no-repeat;
	border: 1px solid #283710;
	padding-left: 170px;
	padding-right: 8px;
	padding-top: 22px;
}
#menu h2 {
	margin-left: -38px;
	font-weight: normal;
	color: #3F5216;
	margin-bottom: 1em;
	font-size: 16px;
}
#menu form {
  text-align: center;
}
#menu p {
  margin: 1.3em 0;
}

/** footer **/

#footer {
	text-align: center;
	background: #283710;
	padding: 20px 20px 12px 20px;
	margin: 0 2em;
}
#footer li {
  list-style: none;
  display: inline;
}
#footer a {
	color: #283710;
	text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

