* {
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    line-height: 16px;
    outline: none;
}

body, html{
    width: 100%;
    height: 100%;
}

body{
    background: #ececec;
}

#Top{
    position: relative;
    width: 100%;
    height: 168px;
    background: url('images/common/top-bg.png') no-repeat top center #384819;
    z-index: 101;
}

#Top .content{
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#Logo{
    position: absolute;
    top: 11px;
    left: 19px;
    border: none;
}

#MainMenu{
    position: absolute;
    top: 104px;
    right: 0;
    width: 740px;
    height: 65px;
}

#UserOptions {
    position: absolute;
    right: 20px;
    top: 14px;
}

#Search{
    position: absolute;
    top: 50px;
    right: 20px;
    width: 308px;
    height: 31px;
    overflow: hidden;
}

#Container{
    width: 980px;
    margin: 0 auto;
    background: url('images/common/container-bg.png') repeat-y center;
}

#Container > .wrapper{
    width: 960px;
    margin: 0 auto;
    background: url('images/parts/submenu-bg.png') repeat-y left;
}

#SubmenuTop{
    display: block;
    position: absolute;
    top: 134px;
    left: -8px;
}

#Left {
    position: relative;
    z-index: 2;
    float: left;
    width: 221px;
    margin-left: -100%;
}

#Content{
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}

#Content .wrapper{
    position: relative;
    z-index: 1;
    margin: 0 19px 0 240px;
}

.wpContent {
    margin: 0 19px 0 19px;
}

#Bottom{
    float: left;
    width: 100%;
}

#Bottom .wrapper{
    width: 960px;
    margin: 0 auto;
    border-bottom: #FFF 1px solid;
    background: url('images/common/footer-bg.png') repeat-x bottom;
}

#Footer{
    width: 980px;
    height: 47px;
    margin: 0 auto;
    background: url('images/common/bottom-bg.png') no-repeat center;
}