﻿body 
{
    margin: 0px auto;
    
}



a   
{
    text-decoration: none;
    color: #0066FF;
}




a:hover 
{
    text-decoration: underline;
}




#top
{
    width: 800px;
    height: 120px;
    margin: auto;
    margin-top: 30px;
    clear: both;
    font: 9pt Arial;
    
}



#top_bar
{
    width: 800px;
    height: 30px;
    margin: auto;
    clear: both;
    background: url(img/top_bar.png) no-repeat;
    font: 11pt Arial;
    color: #777777;
}



#container
{
    width: 800px;
    margin: auto;
}



#banner
{
    width: 800px;
    height: 300px;
    clear: both;
    margin: auto;
}



#bottom
{
    width: 800px;
    height: 150px;
    float: left;
    font: 9pt Arial;
}