body {
    margin:0;
    padding:0;
    border:0;
    width:100%;
    background: url("/media/images/body_bg.jpg") repeat-x scroll 0 -34px #B9BABC;
    /* background: url("/media/images/background_newyear.jpg") repeat-y scroll 0 0px #B9BABC;  */
    min-width:980px;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
}
#header a {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em !important;
}
#header a:hover {
    color: #D81921;
}
#header {
    clear:both;
    margin: 0 0 0 20px;
    width: 900px;
    height: 50px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #878787;
}

.colmask {
    position:relative;
    clear:both;
    margin: 0 0 0 20px;
    width: 900px;
    overflow:hidden;
}

.colleft {
    float:left;
    width:100%;
    position:relative;
}
.content, .leftbar {
    float:left;
    position:relative;
    padding:1em 0;
    overflow:hidden;
}

.leftmenu {
    background: url("/media/images/leftbar_bg.png") repeat-y scroll -25px 0 #FFF;
}
.leftmenu .colleft {
    right:676px;
}
.leftmenu .content {
    left: 864px;
    width: 695px;
    
}
.leftmenu .leftbar {
    left: -18px;
    width: 160px;
}

#footer {
    clear:both;
    margin: 0 0 0 20px;
    width: 900px;
    font-size: 11px;
    border-top: 1px solid #878787;
    text-align: right;
}
