html
{
    width: 100%;
    height: 100%;
}
body
{
    padding: 0px;
    margin: 0px;
    background-image: url(../images/side_gradient.png);
    background-repeat: repeat-x;
    background-color: #618076;
    color: #232E2A;
    font-family: Arial;
    font-size: 0.9em;
    width: 100%;
    height: 100%;
    /*overflow: visible;*/
}


#top1
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 647px;
    height: 188px;
    background-image: url(../images/top1.jpg);
}

#top3
{
    background-image: url(../images/top3.jpg);
    background-repeat: no-repeat;
}

#spliter
{
    height: 100%;
    min-width:100%;
    width: 268px;
    /*margin-left: 647px;*/
}

#gerb
{
    height: 279px;
    background-image: url(../images/top2.jpg);
}

#gerb a
{
    display: block;
    text-decoration: none;
    height: 279px;
    width: 268px;
}

#grass
{
    height: 68px;
    /*background-color: green;*/
    background-image: url(../images/grass.gif);
    background-repeat: no-repeat;
    /*background-position: 57px;*/
}

#stolb
{
    /*ckground-color: gray;*/
    background-image: url(../images/stolb.jpg);
    background-repeat: repeat-y;
    /*background-position: 118px;*/
    width: 32px;
}

#stolb_height
{
    width: 1px;
    height: 353px;
}

#content
{
    width: 647px;
    /*background-color: blue;*/
    padding-top: 188px;
    padding-left: 38px;
}

#content_table
{
    height: 100%;
    width: 647px;
}

#footer
{
    height: 60px;
    text-align: center;
    padding-left: 38px;
}

#container
{
    height: 100%;
    width: 100%;
}

#content_td
{
    width: 647px;

    background-image: url(../images/content_gradient.png);
    background-repeat: repeat-x;
    background-color: #CBC4A7;
    background-position: 0px 188px;

}



#side_td
{
    width: 268px;
}

#side_width
{
    width: 89px;
    height: 1px;
}


#stolb_left
{
    background-image: url(../images/content_gradient.png);
    background-repeat: repeat-x;
    background-color: #CBC4A7;
    background-position: 0px -91px;
    width: 118px;

}

#stolb_right
{
    width: 118px;
}

#menu_text
{
    position: absolute;
    top: 279px;
    left: 838px;
}

#menu_text a
{
    display: block;
    text-decoration: none;
    color: #CBC4A7;
    font-weight: bold;
    font-size: 20px;
    width: 113px;
    height: 31px;
}

#menu
{
    position: absolute;
    top: 279px;
    left: 838px;
}

#menu a
{
    display: block;
    background-repeat: no-repeat;
    text-decoration: none;
}

#menu_team
{
    width: 113px;
    height: 31px;
    background-image: url(../images/menu_team.jpg);
}

#menu_war
{
    width: 113px;
    height: 31px;
    background-image: url(../images/menu_war.jpg);
}
#menu_gallery
{
    width: 113px;
    height: 31px;
    background-image: url(../images/menu_gallery.jpg);
}
#menu_articles
{
    width: 113px;
    height: 31px;
    background-image: url(../images/menu_articles.jpg);
}
#menu_forum
{
    width: 113px;
    height: 31px;
    background-image: url(../images/menu_forum.jpg);
}

#menu_links
{
    width: 113px;
    height: 31px;
    background-image: url(../images/menu_links.jpg);
}



