* { margin: 0; padding: 0; }

#page_wrapper {
    margin: 10px auto;
    width: 990px;
    overflow: hidden;
}

#header_wrapper {
    height: 148px;
}
#header {
    width: 990px;
    height: 100%;
}

#footer_wrapper {
    clear: both;
    background: #eee url(..images/footerback.jpg) left bottom repeat-x;
}
#footer {
    width: 980px;
}

#pagebody {
    clear: both;
    margin-top: -370px;
    min-height: 370px;
    padding-bottom: 30px;
}

#maincontent_wrapper {
    margin-left: 180px;
    width: 610px;
    float: left;
}

#maincontent {
    width: 600px;
}

#leftcol_wrapper {
    float: left;
    width: 180px;
    min-height: 370px;
    margin-left: -790px;
}

#leftcol {
    width: 170px;
}
#rightcol_wrapper {
    float: right;
    width: 200px;
    min-height: 140px;
}

#rightcol {
    width: 190px;
}
.inner {
    margin: 5px auto;
}

