
  h1 {
    font-family: arial;
    font-size: 20pt;
    font-weight: normal;
    margin: 0;
    color: #FFFFFF;
    }
  h2 {
    font-family: arial;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    color: #FFFFFF;
    }
  h3 {
    font-family: arial;
    font-size: 13pt;
    font-weight: bold;
    margin: 0;
    color: #000000;
    }
  h4 {
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    margin: 0;
    color: #000000;
    }

  #main_container {
    height: 600px;
    width: 1000px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;
    }

  #banner {
    height: 200px;
    width: 1000px;
    position: absolute;
    top: 0px;
    left: 0px;
    background:url(../images/ReadTripBanner-1000x200.png);
    }

  #link_row {
    height: 40px;
    width: 1000px;
    position: absolute;
    top: 200px;
    left: 0px;
    background-color: #000000;
    }

  #test1 {
    height: 40px;
    width: 100px;
    position: absolute;
    top: 350px;
    left: 100px;
    }

  #test2 {
    height: 240px;  width: 120px;
    position: absolute;
    top: 280px;
    left: 300px;
    }

  #test3 {
    height: 240px;  width: 120px;
    position: absolute;
    top: 320px;
    left: 600px;
    }


