body {
     text-align: center;   
     }

body img {
  display: block;
float: left;
}

#container {
      width: 950px;
      margin: 0 auto;
      display: table;
}
  
#main {
    float: left;
    width: 950;
    padding: 0px 0px 0px 0px;
}

#header {
         width: 950px;
         height: 160px;
         background: url(banner_top.jpg) no-repeat;
         text-align: left;
         float: left;
         }

#Ad {
    position: relative;
    background-color: #000000; 
    width: 468px;
    height: 60px;
    float: left;
}

#Headline {
    position: relative;
    background-color: #000000;
    width: 482px;
    height: 60px;
    float: left;
}

#Headline p {
    text-align: center;
    font-size: 12pt;
}

#LeadStory {
    position: relative;
    margin-top: 4px;
    margin-left: 8px;    
    width: 700px;
    height: 502px;
    float: left;
}

#LeadStory p {    
    text-align: left;
    font-size: 12pt;
}


#SecondStory {
    position: relative;
    margin-top: 4px;
    margin-right: 6px;
    background-color: #118800;    
    width: 230px;
    height: 502px;
    float: right;
}

#SecondStory p {
    text-align: left;
    font-size: 10pt;
    font-family: arial, "lucida console", sans-serif
       
}

#Disclaimer {
    position: relative;
    top: 6px;
    margin-left: 2px;
    width: 946px;
    float: left;
}

#Disclaimer p {
    margin: 16px;
    text-align: left;
    font-size: 10pt;
}