<style type="text/css">



#banner {
    margin: 0 auto;
    width: 662; 
    
}


#wrapper {
    margin: 0 auto;
 
    width: 100%; 
    background: url(../images/topbg.jpg);
}


#subbar {
    margin: 0 auto;
    height: 35; 
    width: 100%; 
    background: url(../images/topsubbar.jpg);
}


#body {
    margin: 0 auto;
    height: 800; 
    width: 100%; 
    background: #FFFFFF ;
}

#body_inside {
    margin: 0 auto;
    height: 615; 
    width: 1000; 
    background: #FFFFFF ;
}



#footer {
    margin: 0 auto;
    height: 103; 
    width: 100%; 
    background: url(../images/footer_bg.gif);
}

#footer2 {
    margin: 0 auto;
    height: 103; 
    width: 800; 
    background: url(../images/footer_bg.gif);
}

</style>