  body {
    margin: 0; padding: 0;
    width: 100%;
    height: 100%;
    font-size: 10px;
  }
  table {
    font-size: 10px;
  }
  p {
    text-align: justify;
    text-indent: 25px;
  }
  h3 {
    margin:0;
    font-size: 15px;
    font-weight: bold;
  }
  #mainline {
    z-index: 1;
    position: absolute;
    left:0;
    top: 53px;
    width: 100%;
    height: 170px;
  }
  #mainlineleft, #mainlineright {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 53px;
    width: 104px;
    height: 170px;
  }
  #mainlineleft {
    margin: 0 0 0 -479px;
  }
  #mainlineright {
    margin: 0 0 0 374px;
  }
  #holder {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -379px;
    width: 757px;
    height: 100%;
    padding: 0 4px 0 4px;
  }
  html>body #holder {
    height: auto;
    min-height: 100%;
  }
  #holder_in {
    width: 749px;
  }
  #menu {
    text-align: right;
    height: 53px;
  }
  #page_content {
    padding: 20px 30px 20px 30px;
  }
  #footer {
    position: absolute;
    bottom: 0;
    left:0;
    text-align: center;
    width: 749px;
    height: 15px;
  }