body {
  margin: 0px;
  font-family: arial, sans-serif;
  font-size: 13px;
  text-align: center;
  background: #500A03 url('/images/body-bg.jpg') center top no-repeat;
  color: #555;
}

h1 {
  font-family: georgia, times, serif;
  color: #121212;
  font-size: 24px;
  font-weight: normal;
}

a {
  color: #d00000;
  text-decoration: underline;
}

a:hover {
  color: #d00000;
  text-decoration: none;
}

#wrapper {
  text-align: center;
}

#container {
  width: 977px;
  margin: 0px auto;
  text-align: left;
}

#header {
  height: 164px;
}

#header-top {
  height: 28px;
}

#top-links {
  height: 28px;
  color: #ffd200;
  font-size: 16px;
  text-align: right;
}

#top-links span {
  display: block;
  padding: 10px 35px 0px 0px;
}

#top-links a {
  color: #ffd200;
  text-decoration: underline;
}

#header-bottom {
  height: 136px;
  background: url('/images/header-bg.jpg') left top no-repeat;
}

#header-bottom-left {
  float: left;
  width: 170px;
  height: 136px;
}

a#link-home {
  display: block;
  width: 170px;
  height: 136px;
  outline: none;
}

#header-bottom-right {
  float: right;
  width: 800px;
  height: 136px;
}

#navigation {
  height: 42px;
  margin: 94px 0px 0px 0px;
}

#navigation a {
  display: block;
  float: left;
  height: 42px;
  color: #737272;
  font-size: 17px;
  text-decoration: none;
}

#navigation a:hover {
  color: #000000;
}

#navigation a.current {
  color: #000000;
  background-color: #FFFFFF;
}

#navigation a span {
  display: block;
  padding: 0px 10px;
  line-height: 42px;
}

#navigation span.navigation-line {
  display: block;
  float: left;
  width: 10px;
  height: 42px;
  background: url('/images/navigation-line.jpg') center top no-repeat;
}

#content {
  padding: 0px 15px;
  background: url('/images/content-top.jpg') left top no-repeat;
}

#inner {
  height: auto;
  min-height: 500px;
  padding: 20px 17px;
  background-color: #FFFFFF;
}

* html #inner {
  height: 500px;
}

#footer {
}

#footer p {
  padding: 0px 25px;
  color: #c8a760;
  font-size: 12px;
  line-height: 20px;
}

#footer p a {
  color: #c8a760;
  text-decoration: none;
}

div.clearfloats {
  display: block;
  clear: both;
}

ul.fancy-list, ul.fancy-list2, ul.fancy-list3 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.fancy-list li {
  padding: 2px 5px 2px 23px;
  line-height: 20px;
  background-image: url('/images/ok.png');
  background-position: left 5px;
  background-repeat: no-repeat;
}

ul.fancy-list2 li {
  padding: 2px 5px 2px 23px;
  line-height: 20px;
  background-image: url('/images/ok-heat.png');
  background-position: left 5px;
  background-repeat: no-repeat;
}

ul.fancy-list3 li {
  padding: 2px 5px 2px 23px;
  line-height: 20px;
  background-image: url('/images/ok-cool.png');
  background-position: left 5px;
  background-repeat: no-repeat;
}