html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0px none;
}
a {
	color: #FF6600;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #911702;
	text-align: center;
	font: 13px arial, sans-serif;
	color: #F4C389;
	padding-bottom: 10px;
}

/** layout **/

#logo {
  width: 357px;
  height: 290px;
  text-align: center
}
#logo h1 {
  padding-top: 50px;
  color: #fff;
  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;
  height: 62px;
  line-height: 62px;
  text-align: right; font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:arial narrow, arial, sans-serif
}
#nav-left a {
  color: #fff;
  text-decoration: none;
  padding-right: 20px;
}
#nav-left .orange a {
  color: #FFC559;
}
#nav-left a:hover {
  text-decoration: underline;
}
#nav-right {
	position: absolute;
	top: 299px;
	left: 535px;
	width: 178px;
	border-left: 1px solid white;
}
#nav-right ul {
  text-align: right;
}
#nav-right li {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid white;
  background: url('images/arr.gif') no-repeat 152px 10px;
  padding-right: 40px; font-style:normal; font-variant:normal; font-weight:normal; font-size:13px; font-family:arial narrow, arial, sans-serif
}
#nav-right a {
  color: white;
  text-decoration: none;
}
#nav-right a:hover {
  text-decoration: underline;
}

/** body **/

#body {
  border-top: 1px solid white;
  padding-top: 20px;
 }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#left {
  float: left;
  width: 375px;
  padding-left: 15px;
}
#right {
  float: right;
  width: 300px;
  padding-right: 37px;
}

#welcome {
  padding-left: 29px;
}

h2 {
  height: 20px;
  margin-bottom: 0.8em;
  font-weight: bold;
  font-size:16px;
  font-variant: small-caps;
  color:#fe8b0c
}
h2.guilded span {
  background: #7C0000 url('images/h_glif.gif') no-repeat;
  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;
}

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

/** right **/

#booking {
  background: #;
  border: 1px solid #B43708;
  padding-bottom: 6px;
  margin-bottom: 1.1em;
}
#booking h2 {
  background: url('images/h_booking_bg.jpg') repeat-x;
  border: 1px solid #7C0000;
  height: 27px;
  line-height: 27px;
  color: #660100;
  font-weight: normal;
  font-size: 16px;
  padding-left: 20px;
  margin-left:4px; margin-right:4px; margin-top:4px; margin-bottom:10px
}
#booking th {
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}
#booking td.submission {
  text-align: right;
}

#menu form {
  text-align: center;
}
#menu p {
  margin: 1.3em 0;
}

/** content **/

#content {
  text-align: left;
  background: url('images/divider.gif') repeat-x;
  margin: 0 2em; padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom:12px
}
#content li {
  list-style: disc;
  margin-left: 40px;
 }
#content a {
  color: #FF6600;
  text-decoration: none;
}
#content a:hover {
  color: #FFA405;
  text-decoration: underline;
}
/** footer **/

#footer {
  text-align: center;
  background: url('images/divider.gif') repeat-x;
  margin: 0 2em; padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom:12px
}
#footer li {
  list-style: disc;
  margin-left: 40px;
 }
#footer a {
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
