body {
  font-family: Arial;  
  background-color: #990000;
  margin: 10px;
  }

#wrapper {
  margin: auto;
  background: #FFFFCC;
  border: 3px solid #000000;
  width: 1000px;
  }

#header {
  height: 274px;
  width: 1000px;
  border: 0px;
  padding: 0px;
  color: #990000;
  background-image: url(images/headerbg.jpg);
  text-align: center;
  }

#contentblock {
  position: relative;
  width: 1000px;
  padding: 0px;
  }

#navbarleft {
  width: 150px;
  padding: 10px;
  color: #CC0000;
  background-image: url(images/navbar.jpg);
  background-repeat: repeat-x;
  min-height: 400px;
  float: left;
  line-height: 250%;
  }

#navbarleft a {
 color: #CC0000;
 text-decoration: none;
 border-bottom: 1px #CC0000 solid;
 font-size: 12px;
 }

#navbarleft a:visited {
 color: #CC0000;
 text-decoration: none;
 border-bottom: 1px #CC0000 solid;
 font-size: 12px; 
 }

#navbarleft a:hover {
 color: #FF0000;
 text-decoration: none;
 border-bottom: 1px #FF0000 dotted;
 font-size: 12px;
 }

#content {
  width: 810px;
  padding: 10px;
  color: #000000;
  background: #FFFFCC;
  min-height: 400px;
  float: right;
  font-size: 14px;
  line-height: 150%;
  }

#content a {
 color: #CC0000;
 text-decoration: none;
 border-bottom: 1px #CC0000 solid;
 }

#content a:visited {
 color: #CC0000;
 text-decoration: none;
 border-bottom: 1px #CC0000 solid;
 }

#content a:hover {
 color: #FF0000;
 text-decoration: none;
 border-bottom: 1px #FF0000 dotted;
 }

#footer {
  text-align: center;
  height: 20px;
  width: 1000px;
  padding-top: 50px;
  clear: both;
  color: #000000;
  font-size: 10px;
  }












