﻿#container
{
    margin-left:auto;
    margin-right:auto;
    width:1004px;
    background-color:#fff;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
}

#header
{
    width:1004px;
    height:75px;
    border-bottom:1px solid #666666;
    background-color:#d0e1f3;
    background-image:url(gfx/bg_top.gif);
}
#menu
{
    width:229px;
    float:left;  
    height:100%;
}

#content
{
    width:600px;
    float:left;
}

#ad-right
{
    width:174px;
    float:right;
    text-align:center;
}

#footer
{
    width:1004px;
    height:30px;
    clear:both;
    background-color:#d0e1f3;
    border-bottom:1px solid #666666;
    border-top:1px solid #666666;
}
