      body
      {
         background-color: #301801;
         color: #FF9933;
      }
      
      #HR
      {
         position: absolute;
         left: 0;
         top: 100px;
         height: 1px;
         width: 100%;
         background-color: #fea616;
         line-height: 1px;
         font: normal 1px/1px arial;
      }

      #header
      {
         position: absolute;
         top:0;
         left:0;
         width: 102%;
         height: 100px;
         background-image: url('../images/header.bmp');
         background-repeat:repeat-x;
      }

      img.logo
      {
         text-align: left;
      }

      #info
      {
         position: absolute;
         right: 25px;
         top: 40px;
         color: white;
         font-weight: bold;
      }
   
      #container
      {
         position: relative;
         top: 50px;
         left:-100;
         _left: 0;
         width: 70%;
         _width: expresion(eval(document.body.clientHeight - 100) + "px")
         text-align: right;
      }
      
      #nav
      {
         margin-top: 55px;
         position: relative;
         text-align: left;
         font-family: sans-serif;
         font-weight: bold;
         line-height: 1.5;
      }

      #content
      {
         position: relative;
         font-family:cursive;
         font-size: 14px;
         text-align: justify;
         color: #FF9933;
      }

      a
      {
         text-decoration: none;
         color: #d6b284;
      }

      a.links
      {
         color: #a6b284;
         font-size: 14pt;
      }

      a:hover
      {
         text-decoration: underline;
         color: #d6b284;
      }

      h1
      {
         margin-top: 0;
         text-align: center;
      }

      #date
      {
         font-size: small;
         margin-top: -80px;
      }
