html {
  background-color: #58202B; }

body {
  width: 730px;
  font-family: Verdana,Georgia,Times,sans-serif;
  font-size: 10pt;
  text-align: left;
  padding: 0;
  margin: 0 auto 0 auto; }
  body h1 {
    color: #cc0000;
    font-size: 140%; }
  body h2, body h3 {
    color: #cc0000; }

#header {
  height: 150px;
  color: #FDB459;
  font-weight: bold; }

#hdr_abs {
  position: absolute; }

#title {
  position: absolute;
  top: 12px;
  left: 480px;
  width: 245px;
  margin: 0;
  padding: 0;
  font-size: 1.5em; }

#subtitle {
  position: absolute;
  left: 500px;
  top: 124px;
  width: 210px;
  font-size: 0.86em;
  font-style: italic; }

#navbar {
  margin: 0;
  height: 28px;
  text-align: center;
  color: white;
  background-color: #58202B;
  font-weight: bold; }
  #navbar ul {
    margin: 0 0 0 60px;
    line-height: 28px;
    text-transform: capitalize; }
    #navbar ul li {
      float: left;
      list-style-type: none;
      list-style-position: inside; }
      #navbar ul li a {
        text-decoration: none;
        padding: 7px  20px  3px  20px;
        color: white;
        border-bottom: 2px solid #58202B; }
        #navbar ul li a:hover {
          color: #FF6611; }
    #navbar ul li#current a {
      color: black;
      background-color: #e5e5e5;
      border-bottom: 3px solid #e5e5e5; }

#ypage {
  padding: 25px;
  background-color: #e5e5e5; }
  #ypage img {
    padding: 20px; }

a {
  color: #AA5544; }
  a:visited {
    color: #AA5544; }
  a:hover, a:visited:hover {
    color: #CC0000;
    border-bottom: 2px; }

img {
  border-width: 0;
  margin: 0; }

#footer {
  color: #818CB0;
  font-size: 90%;
  padding-top: 10px;
  text-align: center; }
