body {
    font-family :  "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    padding-top: 0px;
}

#head {
    position: relative;
}

#body {
    position: relative;
}

#foot {
    min-height: 20px;
    font-size: 80%;
    text-align: center;
    color: #333;
}


#logo {
    float: left;
}

#banner {
    width: 710px;
    height: 121px;
    float: left;
    background: url(/static/images/banner1.jpg) no-repeat top left;
    position: relative;
}

#lhcol {
    width: 130px;
    min-height: 554px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
}

#midcol {
    width: 520px;
    min-height: 514px;
    float: left;
}

#rhcol {
    width: 170px;
    min-height: 514px;
    float: left;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ddd;
}

#tabs {
    width: 710px;
    background-color: rgb(66,0,137);
    float: left;
}

#tab_footer {
    position: relative;
    background-color: rgb(151,107,193);
    min-height: 8px;
    padding-left: 25px;
}

#tab_footer a {
    color: white;
    text-decoration: none;
    line-height: 1.5;
}

#tab_footer .sep {
    color: white;
    padding-left: 8px;
    padding-right: 8px;
}

#content {
    min-height: 494px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: 480px;
}

#banner_tools {
    position: absolute;
    right: 20px;
    width: 400px;
}

#banner_inner {
    height: 121px;
    position: relative;
}

#login {
    position: absolute;
    top: 15px;
    right: 0px;
}

#search {
    position: absolute;
    bottom: 15px;
    right: 0px;
}
