#envelope {
 width: 810px;
 position: absolute;
 left: 50%;
 margin-left: -350px;
}
  #left {
   float: left;
   width: 700px;
  }
  #banner {
   float: left;
   width: 100px;
   margin: 50px 0 0 0;
  }
    #banner img {
     xborder: 1px solid #7F8180;
    }
  #header {
   height: 290px;
   background: url('../images/header.gif');
   position: relative;
  }
     #header #header_text {
      position: absolute;
      top: 25px;
      color: #010082;
      font-weight: bold;
      letter-spacing: 3px;
      font-size: 13px;
     }
  #header a {     
   display: block;
   height: 120px;
   width: 250px;
   position: absolute;
   top: 70px;
   left: 60px;
  }
  #content {
   margin: 30px 0 0 0;
  }
    #content h2 {
     font-size: 12px;
     color: #468C8A;
     margin: 0 0 5px 0;
     padding: 0;
    }
      #content h2 a {
       color: #468C8A;
       text-decoration: none;
      }
  #content p {
   margin: 0;
  }
  #content a {
   text-decoration: underline;
  }
    #content a:hover {
     text-decoration: none;
    }
  #footer {
   margin: 35px 0 20px 0;
   border-top: 1px solid #B1B1B1;
   padding: 5px 0 0 0;
  }
    #footer a {
     color: #B1B1B1;
     text-decoration: none;
    }
    #footer a:hover {
     text-decoration: underline;
    }
  
/* ### MAIN TAGS ### */
body {
 font-size: 11px;
 font-family: Verdana, Arial, Sans-serif;
 margin: 0;
 color: #808080;
 letter-spacing: 2px;
}  