body
{
    background: #222 url(../images/page_bg.jpg) top left repeat-x;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
    font-size: 100%;
}

#sheet
{
    text-align: left;
    width: 900px;
    margin: 0px auto;
}

#baner
{
    width: 900px;
    height: 135px;
    background: url(../images/baner.jpg) top left no-repeat;
}

#baner a img
{
    border: none;
}

#sidebar, #sidebar a
{
    color: #e7e7e7;
    text-decoration: none;
}

#sidebar
{
    width: 210px;
    padding: 0 20px;
    float: left;
}

#sidebar ul
{
      padding: 0 0 0 20px;
      list-style: none;
      margin: -15px 0 0 0;
      padding-bottom: 10px;
}

#sidebar li
{
    padding: 5px 0;
}

#content
{
    width: 610px;
    background: #e7e7e7 url(../images/content_bg.gif) top left no-repeat;
    padding: 0 20px;
    color: #2a2a2a;
    font-size: 75%;
    float: right;
}

#content p
{
    text-indent: 30px;
}

#content a
{
    color: #fe9b00;
}

#content a:hover
{
    text-decoration: none;
}

.tail
{
    width: 650px;
    height: 10px;
    background: url(../images/content_tail.gif) top left no-repeat;
    margin-left: -20px;
}

#sidebar p
{
    background: url(../images/group_bg.gif) center left no-repeat;
    width: 210px;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0 0 10px;
}

#sidebar p.forum
{
    background: url(../images/forum.gif) center left no-repeat;
    height: 36px;
    line-height: 2em;
    padding-left: 35px;
    padding-top: 0px;
    font-weight: bold;
    font-size: 18px;
}

#sidebar a:hover
{
    color: #fe9b00;
}

.spacer
{
    clear: both;
}