/* Copyright (C) 2006, BeStyle Studio (http://www.bestyle.ru/) */

body, table, td, div, span, h1, h2, h3, p, ul, ol, li, img{
        padding: 0;
        margin: 0;

}
body{
        background: #829641 url('/global/images/content/bg2.jpg') left bottom repeat-x;
}
table{
        width: 100%;
}
td{
        vertical-align: top;
}
table.Main{
        height: 100%;
}
table.Main td{
/*        border: 1px solid red; */
}
td.content{
        padding: 0 0 60px 0;
}
td.menu{
        padding-top: 3.8em;
}
img{
        border: none;
}
#BgImg{
        width: 62%;
}
td#Logo{
        padding-top: 50px;
        text-align: center;
}
td#Logo img{
        width: 209px;
        height: 10px;
}
td#Logo a img{
        width: 209px;
        height: 33px;
}
div.clear{
        clear: both;
}