body {
    margin: 0;
    padding: 0;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #787878;
    background: rgb(250,250,250);
    background:  url(images/bg.png) repeat-x left top; 
     
}
#header {
    width: 996px;
    height: 59px;
    margin: 0 auto;
    background: url(images/nopromoheader.png) no-repeat left top;
    margin-top: 0px;
}
#top {
    width: 996px;
    margin: 0 auto; 
    height: 33px;
    background: transparent;
}
#top ul {
    margin-top: 0px;
    margin-left: 0px;
    background:transparent;
    list-style: none;
    line-height: normal;
    height: 33px;
    float: left;   
}

#top li {
    display: block; 
    float: left;
    
    height: 32px;
    padding-top: 7px;
    
}

#top a {
    display: block;
   
    height: 32px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    color: black;
    border: none;
    background:transparent;  
   
    text-align: left;
    padding-top: 6px;
    margin-left: 0px;
}

#top a:hover {
    text-decoration: underline;
}
#page {
    display: block;
    width: 996px;
    margin: 0 auto;    
    background: url(images/pbg.png) repeat-y;
    min-height: 300px;
    display: none;
    visibility: hidden;    
}
.post {
    width : 990px;
    padding-left:10px;  
}
#pagebottom {
    width: 996px;
    height:23px;
    margin: 0 auto;
    background: url(images/pbgbottom.png) no-repeat;
    margin-top:-10px;
    padding-bottom: 10px;
    display: none;
    visibility: hidden;
    padding-left: 0px;       
}




#zones {
    margin: 0 auto;  
    text-align: left;
    
    display: block;
    visibility: visible;
    background:white;
    width: 990px;  
    padding-top: 20px;
    margin-left: 10px;
    float: left;
}

#page table
{
    border: none;
    text-align: left;
    background-color:transparent;
    margin-left: 0px;
    width: 600px;
    
}

#page table th
{
    font-weight: bold;
    padding: 0.5em;
    background: url(images/thbg.png) no-repeat left top; 
    text-align: left;
}

#page table td.headings
{
    padding: 0.5em;  
    font-family: "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    font-size: 1.5em;   
    color:blue;
    border-bottom: 2px solid black;
    height:20px;
    min-width: 90px;
    background: transparent;
    border-right:none;
}
#page table td
{
    padding-left: 10px;  
    font-family: "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    font-size: 1.1em;   
    color:black;
    border-bottom: 1px solid rgb(238,238,238);    
    border-right: 1px solid rgb(238,238,238);
    
}








