﻿body 
{
    margin: 0px auto;
    
}



a   
{
    text-decoration: none;
    color: #0066FF;
}




a:hover 
{
    text-decoration: underline;
}




#top
{
    width: 800px;
    height: 120px;
    margin: auto;
    margin-top: 50px;
    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;
}



#sidemenu
{
    width: 165px;
    float: left;
    margin-top: 15px;
}



.sidemenu_title
{
    width: 165px;
    height: 25px;
    background: url(img/content_title_bg.png) no-repeat;
    font: 11pt Arial;
    color: White;
}



.sidemenu_contents
{
    width: 160px;
    background: url(img/contents_side_bg.png);
    color: #444444;
    margin-top: 5px;
    font: 11pt Arial;
}



#contents
{
    width: 625px;
    margin-top: 15px;
    margin-left: 10px;
}




#banner
{
    width: 500px;
    height: 150px;
    clear: both;
    float: left;
}



#banner_side
{
    width: 115px;
    height: 150px;
    float: left;
}



#contents_contents
{
    width: 625px;
    margin-left: 5px;
}