body {
  background-image: url(/images/index.bg.jpg);
  background-repeat: no-repeat;
  min-height: 1184px;
}

h2 {
  border-bottom: 2px solid #ccc;
}

#content {
  width: 950px;
  margin: 1em auto 0;
}

#content #left {
  width: 405px;
  text-align: right;
  white-space: nowrap;
  font-size: 85%;
  padding-right: 20px;
  color: #594538;
  line-height: 1.5;
}

#content #caption {
  font-size: 85%;
  padding: 0 15px;
  line-height: 1.5;
}

#content h3 {
  text-align: center;
  color: #666;
  font-weight: normal;
  font-size: 2em;
  text-transform: lowercase;
  margin: 0.25em 0.1em;
  padding-left: 15px;
}

#content table {
  width: 160px;
  margin-left: 15px;
}

#content table li {
  margin-bottom: 0.5em;
  line-height: 1.3;
}

#footer {
  top: 1184px;
}