  html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
   }

  body {
    background:#000000 url(background.jpg) repeat;
    font-family:georgia, arial;
    font-size:10pt;
  }

td {

}

  .justified {
    text-align: justify;
    line-height: 22px;
  }

   .listHeader {
      font-size: 12pt;
      color: #d0cfbd;
    }

img {
    border:0px;
    margin:0px;
    padding:0px;
  }

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

  a:hover {
    text-decoration:underline;
  }

  img {
    border:0px;
  }

  .navcell {
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
    font-family: georgia;
    font-variant:small-caps;
    font-weight: bolder;
  }

  .navcell a {
    color:#000000;
  }

  #header {
    background-color:#000000;
    text-align:left;
    height:100px;
  }

  #navbar {
    background-color:#cccccc;
    height:23px;
  }

  #content {
    color:#ffffff;
    background-color:#000000;
  }

    #wrapper {
    height:100%;
    width: 795px;
  }