  body
  {
  height:755px;
  margin:0;
  text-align:center;
  font-family: Tahoma, Verdana, Arial, sans serif;
  font-size: 14px;
  background-color: #222222;
  min-width: 975px;
  }
  
  p,h2,h3,h4
  {
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  }

  html>body #menu li a 
  {
  width: auto;
  }
  
  a 
  {
  border-bottom:1px dotted black; 
  text-decoration:none; 
  color:black;
  } 
    
  a:hover 
  {
  border-bottom:1px dotted #00396a; 
  color: #00396a;
  }
 
  div#wrapper 
  {
  text-align:left;
  width:100%;
  margin:0 auto;
  }
  
  #wrapper .constrainer
  {
  position:relative;
  width:75%;
  height: 100%;
  margin:0 auto;
  background-color:#00396a; 
  border-right: solid 1px black;
  }
  
  #header
  {
  width:100%; 
  height:125px; 
  background-color:#222222; 
  position:relative; 
  top: 0; 
  right: 0; 
  left: 0; 
  bottom: 125px;
  }
  
  #menu
  {
  width:100%; 
  position: absolute; 
  background-color:#00396a; 
  height: 30px; 
  top: 95px; 
  right: 0; 
  left: 0; 
  bottom: 125px; 
  border-top: solid 1px black; 
  border-left: solid 1px black; 
  border-right: solid 1px black;
  background: url("http://20oz.net/menu.png") repeat-x 30px;
  }
  
  #menu ul
  {
  list-style:none; 
  display: inline; 
  color:#fff; 
  position: absolute; 
  margin:0; 
  padding:0;
  }
  
  #menu li
  {
  float:left;
  margin:0;
  position: relative;
  border-right: solid 1px black;
  }
  
  #menu a
  {
  display:block;
  height:30px;
  margin:0;
  padding:0 12px;
  line-height:30px;
  text-decoration:none;
  color:#ffffff;
  }
  
  #menu ul li a:hover
  {
  color:#333;
  background: url("http://20oz.net/menuhover.png") repeat-x 30px;
  }
  
  #main
  {
  width:100%; height:80%; background-color:#222222;
  }
  
  #main label{
  float: left;
  width: 125px;
  font-family: Tahoma, Verdana, Arial, sans serif;
  font-weight: bold;
  font-size: 10pt
  }
  
  #left
  {
  width:75%;
  height:100%;
  position: relative;
  float: left;
  background-color:#e0e0e0;
  border-top: solid 1px black;
  border-left: solid 1px black;
  border-bottom: solid 1px black;
  overflow : auto;
  }
  
  #right
  {
  width:25%;
  margin-right: -2px;
  height:100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color:#fff;
  border: solid 1px black;
  }
  #footer
  {
  width:100%;
  height:4%;
  clear: both;
  background-color:#222222;
  color: white;
  font-size: 8pt;
  }
  #footer a 
  {
  border-bottom:1px dotted white; 
  text-decoration:none; 
  color:white;
  } 
      
  #footer a:hover 
  {
  border-bottom:1px dotted #00396a; 
  color: #00396a;
  }
  
  label
  {
  float: left;
  width: 75px;
  font-family: Tahoma, Verdana, Arial, sans serif;
  font-weight: bold;
  font-size: 10pt
  }
  
  img
  {
  border: 1px solid black;
  }
  
  .button
  {
  background-color: #00396a; 
  color: #fff;
  font-size: 10pt;
  font-family: tahoma, verdana, arial, sans serif;
  border: solid 1px #333; 
  background: url("http://20oz.net/menu.png") repeat-x 24px;
  }
  
  table
  {
  border: solid 1px #333;
  font-family: tahoma, verdana, arial, sans serif;
  font-size: 10pt;
  border-collapse: collapse;
  }
  td
  {
  border: solid 1px #333;
  padding-left: 5px;
  }
  th
  {
  background-color: #00396a; 
  color: #fff;
  font-size: 10pt;
  font-family: tahoma, verdana, arial, sans serif;
  border: solid 1px #333; 
  }
  
  input, textarea, select
  {
  border: 1px solid #111111;
  font-size: 10pt;
  font-family: tahoma, verdana, arial, sans serif;
  background-color: #e0e0e0;
  padding: 2px;
  margin: 1px;
  }
  
 