   body{
    margin: 0;
    padding: 0
   }
   div#site{
     background: url('images/header-bg.jpg') repeat-x;
   }
   div.wrapper{
     margin: 0 auto;
     width: 980px;    
   }
   div#header{
     background: url('images/header-image.jpg') top center no-repeat;
     height: 342px;
     padding-top: 73px;
     clear: both
   }
   div#content{
     background-color: #d5d5d5;
     font-size: 0.7em;
     font-family: verdana;
     clear: both;
   }
   div.main-heading{
    color: #014305;
    font-size: 15px;
    padding-left: 510px;
    padding-bottom: 5px;
    font-weight: bold;
   }
   div.content-box{
     float: left;
     width: 480px;
     height: 249px;
     margin-bottom: 10px;
     margin-left: 10px;
     background: url('images/content-box.png') no-repeat;
   }
   div.content-heading{
     padding-top: 12px;
     padding-left: 15px;
     color: #014305;
     font-size: 1em;
     font-family: verdana;
     font-weight: bold
   }
   div.content-detail{
    padding-top: 25px;
    padding-left: 10px
   }
   div.detail-left{
     float: left;
     width: 180px;
   }
   div.detail-right{
     float: right;
     width: 265px;
     padding-right: 20px;
     text-align: justify;
     padding-top: 10px
   }
   div#footer{
    background: url('images/footer-bg.png') repeat-x;
    height: 39px;
    padding-top: 10px;
    padding-left: 20px;
    font-family: verdana;
    font-size: 10px;
    clear: both
   }
   a{
    text-decoration: none;
    color: #000
   }
   a:hover{
    text-decoration: underline
   }