    body {
      text-align:center;
    }
    #wrapper {
      width:920px;
      margin:0 auto;
    }
    #header {
      width: 920px;
      height:116px;
      text-align:left;
      background: #fff url(../images/webtech/intro.png) no-repeat 230px 1px;
      /*overflow: hidden;*/
      border:1px solid blue;
      margin:0 auto;
    }
    #header img {
      border:none;
    }
    #header a {
      color:#28338c;
      outline: none;
    }  
    .leftcontent {
      background: #CEE1EF;
      width:358px;
      padding-right:16px;
      margin-top:26px;
      /*border:1px solid black;*/
      text-align: left;
      float: left;
    }
    #tabs {
      font-size: 90%;
      width:920px
      background: #E3FEFA;
      margin: 0 auto;
    }
    #tabs ul {
      margin: .4em 0 0 .4em;
      padding: 0;
      list-style-type: none;
    }
    #tabs ul li { 
      display: inline; 
      width:6em;
    }
    #tabs ul li a { 
      text-decoration: none; 
      outline: none;
      padding: .2em 1em;
      color: #0073BF;
      font-weight: bold;
    } 
    #tabs ul li.active {
      background: #CEE1EF url(../images/webtech/nav-right.gif) no-repeat right top;
    }
    #tabs ul li.active a {
      background: #CEE1EF url(../images/webtech/nav-left.gif) no-repeat left top;
      color: #333333;
    }
    #content {
      width:920px;
      background: #CEE1EF;
      /*margin:0 auto;*/
      height:420px;
    }
    .contentclear {
      clear: both;
    }
    #content div {
      margin:0 auto;
      /*padding: 10px;*/
      padding-left:10px;
      padding-top:10px;
      /*height:100%;*/
      /*min-height: 300px;*/
    }
    #content h1 {
      font-size:130%;
      margin-bottom: 10px;
    }
    #content div h3 {
      /*text-transform: uppercase;*/
      margin-bottom: 10px;
      letter-spacing: 1px;
    }
    #content  h4 {
      margin: -1px 1px 2px 1px;
    }
    #content div p {
      line-height: 130%;
    }  
    dl {text-align:center;margin:0;padding:0;}
    dt,dd {width:122px;}
    dt {margin:0;}
    dd {margin:-8px 0 0 0;font-size:10px;}
    
