#wrapper { width: 960px; margin: 0 auto; padding: 10px; }

#header {
    background: url(../images/top_image.jpg) no-repeat left top;
    height: 200px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    width: 960px;
}
#header.onsub { height: 132px; overflow: hidden; }

#logo { float: left; padding: 7px 7px 7px 20px; width: 178px; }
#logo p {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 1.3;
    margin: -15px 0 0 16px;
}
#logo a, #logo a:hover { background: none; }

#head-adv { float: left; margin: 5px 0 0 20px; width: 728px; overflow: hidden; }
#one { height: 90px; width: 728px; }
#two { float: left; margin-top: 5px; }

.head_menu { margin-top: 2px; }
#header.onsub #head-adv { margin: 20px 0 0; width: 748px; }
#header.onsub .head_menu { margin-top: 8px; }

.head_search { float: right; }
form#head_search { display: block; margin-top: 27px; }

#pageBody { margin-top: 2px; overflow: hidden; }

#footer {
    overflow: hidden;
/*    background-color: #5B5557;*/
    /*background: url(../images/bot_image.jpg) no-repeat left bottom;*/
/*    background: url(../images/top_image.jpg) no-repeat left top;*/
    background: url(../images/bot_image.jpg) no-repeat left top;
    display: block;
/*    height: 56px;*/
    height: 200px;
    position: relative;
}

#footer .counters { position: absolute; bottom: 1px; right: 2px; z-index: 9999; }
