body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: #7a0909 url(/image/body-background.gif) top repeat-x;
}

h1, h2, h3, h4, h5, h6, a, p, div, ul, li {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #e5afaa;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-align: justify;
  line-height: 16px;
  letter-spacing: 0px;
}

a {
  color: #ffffff;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

#page {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  background: url(/image/page-background.gif) center repeat-y;
}

#pagetop {
  background: url(/image/page-top.gif) top center no-repeat;
}

#pagebottom {
  background: url(/image/page-bottom.gif) bottom center no-repeat;
}

#header {
  margin-left: 20px;
  margin-right: 30px;
  padding-top: 40px;
  padding-left: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid #7d4949;
}

#header h1 {
  margin-bottom: 5px;
}

#header h1, #header h1 a {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

#header ul {
  margin-left: 20px;
}

#header ul li {
  display: inline;
}

#header ul li, #header ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}

#content {
  float: right;
  width: 530px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: 10px;
}

#content h2 {
  margin-bottom: 15px;
}

#content h2, #content h2 a {
  color: #ffea00;
  font-size: 22px;
  font-weight: bold;
}

#content p {
  margin-bottom: 2px;
}

.navigation {
  width: 510px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.navigation div, .navigation div a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

#sidebar {
  float: left;
  width: 165px;
  margin-top: 15px;
  margin-left: 20px;
  padding-top: 40px;
  padding-bottom: 15px;
  background: #a15959 url(/image/sidebar-background.gif) top repeat-x;
}

#sidebar h2 {
  margin-left: 10px;
  margin-bottom: 9px;
}

#sidebar h2, #sidebar h2 a {
  color: #ffea00;
  font-size: 19px;
  font-weight: bold;
}

#sidebar ul {
  margin-left: 10px;
  margin-bottom: 15px;
}

#sidebar ul li {
  margin-left: 20px;
  margin-bottom: 2px;
  list-style: disc;
  list-style-image: url(/image/disc.gif);
}

#sidebar ul li, #sidebar ul li a {
  color: #ffffff;
  font-weight: bold;
}

#footer {
  clear: both;
  width: 760px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
}

#footer div, #footer div a {
  color: #ffffff;
  font-weight: bold;
}