﻿* {
  padding: 0;
  margin: 0;
}
body {
  font-size: 0.9em;
  font-family: verdana, geneva, helvetica, arial;
  background-color: #A39182;
}
h1 {
  clear: both;
  font-size: 1.4em;
  padding: 8px;
  margin-top: 8px;
}
p {
  padding: 8px;
}
#content {
  margin: 0 auto;
  width: 900px;
  border-left: 1px solid #532A17;
  border-right: 1px solid #532A17;
  border-bottom: 1px solid #532A17;
  background-color: #FFFFFF;
}
#header {
  height: 112px;
  float: none;
  padding: 8px;
}
#header img {
  float: left;
  border: none;
}
#header-text {
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
}
ul {
  width: 100% !important;
  width: 904px;
  height: 22px;
  background-color: #FFAE5E;
  list-style: none;
  margin-top: 8px;
  border-top: 1px solid #DDDD41;
  border-bottom: 1px solid #000000;
}
ul li {
  float: left;
  background: url(pics/menu-div.gif) repeat-y right top;
}
li a {
  float: left;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  padding: 4px 16px 4px 16px;
}
ul a:hover {
  background-color: #3F2218;
  color: #FFFFFF;
}
#footer {
  clear: both;
  font-size: 0.7em;
  padding: 32px 0 16px 0;
  width: 100%;
  text-align: center;
}
#footer a {
  color: #000000;
}
#footer a:hover {
  text-decoration: none;
}
h2 {
  font-size: 1em;
}
.chair-box {
  width: 266px;
  float: left;
  border: 1px solid #CCCCCC;
  text-align: center;
  padding: 6px;
  margin: 10px !important;
  margin: 8px;
}
.chair-box table {
  font-size: 0.6em;
}
.chair-box th, .chair-box td {
  padding: 0 6px 0 6px;
}