html, body, form, h1, h2, h3, h4, ul, li {
	margin: 20;
	padding: 0;
	padding-left: 0px;
}
h1 img {
	display: block;
}
h5 {
	font-size: 10px;
	color: #DEA84C;
}
h6 {
	font-size: 10px;
	color: #DEA84C;
	font-weight: bold;
}
img {
	border: 0;
}
a {
	color: #000000;
}
a:hover {
	color: #E8C0A4;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #DEA84C; /** page background **/
	text-align: center;
	font: 12px arial, sans-serif;
	color: #FFFFFF;
	padding-bottom: 10px;
	background-image: url(images/pagebg.gif);
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 749px;
	position: relative; /** body background**/
	background-color: #771931;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	width: 749px;
	height: 213px;
	text-align: left;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #DEA84C;
}
#logo h1 {
  padding-top: 50px;
  color: #771931;
  font: bold 27px "arial black", arial, sans-serif;
}
#logo p {
  margin: 0em;
  padding-left: 50px;
  font: 17px "arial narrow", arial, sans-serif;
}

/** nav **/
#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #771931;
color: #DEA84C;
width: 100%;
font: bold 110% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #771931;
color: #FFFF99;
padding: .2em 1em;
border-right: 1px solid #771931;
}

li a:hover
{
background-color: #DEA84C;
color: #fff;
}
/** body **/

#body {
  border-top: 1px solid white;
  padding-top: 20px;
}
#left {
  float: left;
  width: 450px;
  padding-left: 15px;
}
#right {
	float: left;
	width: 100px;
	padding-right: 10px;
	padding-left: 15px;
}

#welcome {
  padding-left: 20px;
}

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: #771931 url(images/star.jpg) no-repeat;
  padding-left: 27px;
  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-repeat: repeat-x;
	width: 235px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: auto;
	background-image: url(images/tips.jpg);
	background-position: left bottom;
	background-color: #DEA84C;
}
#chef h2 {
	font: 17px "arial narrow", arial, sans-serif;
	
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 0;
	color: #FFFFFF;
}

p {
	margin: 1em 0;
	line-height: 1.2;
	padding-left: 10px;
}

/** right **/

#booking {
	padding-bottom: 6px;
	margin-bottom: 1.1em;
	background-color: #F7DF85;
	width: 247px;
}
#booking h2 {
	height: auto;
	line-height: normal;
	color: #660100;
	font-weight: bold;
	font-size: 18px;
	padding-left: 1px;
	margin: 4px 4px 4px 4px;
	width: inherit;
}
#booking th {
  text-align: right;
  padding-left: 20px;
  padding-right: 10px;
}
#booking td.submission {
  text-align: right;
}

#menu {
	background: bottom left url(images/specials.jpg) repeat;
	border: 1px solid #97321D;
	padding-left: 2px;
	padding-right: 8px;
	padding-top: 0px;
	width: 235px;
	text-align: center;
}
#menu h2 {
  margin-left: -38px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 1em;
  font-size: 14px;
}
#menu form {
  text-align: center;
}
#menu p {
	margin: 1.3em 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

/** footer **/

#footer {
  text-align: center;
  background: url(images/divider.gif) repeat-x;
  padding: 20px 20px 12px 20px;
  margin: 0 2em;
}
#footer li {
  list-style: none;
  display: inline;
}
#footer a {
  color: #000000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
