body
{
    background-color: #0c0c0c;
    margin-top:0;
    margin-left:0;
    margin-right:0;
}
#wrapper
{
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0;
    width: 1000px;
    height: 530px;
    

}
#header{margin: 0 0 0 0;}

#side-a
{
    float: left;
    width: 200px;
    height:530px;
    overflow-y:auto;
    overflow-x:hidden;
    background-color: #c9c9c9;
    background-image: url(../../images/layout/black/menu.jpg);
    background-repeat: repeat-x;
}

#created_menu
{
    width: 200px;
    height:350px;
    overflow-y:auto;
    overflow-x:hidden;
    background-color: #c9c9c9;

}

#side-b
{
    float: right;
    width: 150px;
    height:530px;
    padding-left:2px;
    background-color: #0c0c0c;
    background-image: url(../../images/layout/black/menu.jpg);
    background-repeat: repeat-x;
}

#ads_div
{
    height:370px;
    width: 150px;    
}

div.contentWithAds
{

    background-image: url(../../images/layout/black/menu.jpg);
    background-repeat: repeat-x;
    margin-left:5px;
    float: left;
    height:530px;
    width: 640px;
}

div.contentWithoutAds
{
    background-color: #c5c5c5;
    margin-left:5px;
    float: left;
    height:530px;
    width: 745px;
}