    body {
      text-align: center;
      margin: 0;
      padding: 0; 
      font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
      font-size: 12px;         
    }
    
    a {
      text-decoration: none;
    }
    
    a img {
      border: none;
    }
    
    #pageWrapper {
      margin-left: auto;
      margin-right: auto;
      width: 846px;
      border-left: 10px solid #008681;
      border-bottom: 20px solid #008681;
      margin-bottom: 20px;
      background: url('../images/borderLeft.gif') repeat-y left top;
      text-align: left;
    }
    
    #pageWrapper > .content {
      background: url('../images/mainTop.gif') no-repeat left top;
    }
    
    #pageWrapper > .content > .content {
      background: url('../images/mainBottom.gif') no-repeat bottom right;
      min-height: 890px;
    }
    #pageMain {
      position: relative;
      padding-bottom: 196px;
    }
    #logo {
      position: absolute;
      right: 60px;
      top: 0;
    }
    
    #header {
      height: 348px;    
    }
    #slogan {
      position: absolute;
      top: 200px;
      left: 150px;
      font-size: 42px;
      color: #b0b0b0;
      font-family: "Verdana CE", Verdana;
      width: 450px;
      height: 250px
      overflow:hidden;
    }
    #mainMenu {
      width: 232px;
      height: 325px;
      float: right;
      background: url('../images/menuBg.gif') no-repeat top left;
      position: relative;
    }
    #mainMenu .content {
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 100%;     
    }
    #mainMenu ul.content {
      margin-bottom: 5px;
    }
    #mainMenu a {
      color: #090202;
    }
    #mainMenu a:hover, #mainMenu li.selected a {
      color: #008681;
    }
    #mainMenu ul {
      padding: 0;
      font-size: 18px;
      line-height: 28px;
    }
    #mainMenu ul li {
      list-style-type: none;
      list-style-position: outside;
    }
    
    #mainContent {
      border-top: 1px solid #008681;
      margin-right: 125px;
      padding-left: 15px;
      clear: both;    
      color: #848080;  
    }
    
    #footer {
      width: 503px;
      height: 196px;
      border-top: 1px solid #008681;
      color: #b0b0b0;
      position: absolute;
      bottom: 0;
      left: 33px;
    }
    #footer > table {
      width: 100%;
      margin-top: 20px;
      padding-left: 15px;
    }
    #footer > table td {
      vertical-align: baseline;
    }
