/*************************************************
Base Layout
*************************************************/
div#wrapper {
    margin-left:   auto;
    margin-right:  auto;
    width:        920px;
}

div#header {
    margin-bottom: 15px;
    height:       130px;
}

div#topic_path {
    padding-left:   3px;
    height:        47px;
    background: url("/images/common/horizon_bar.gif") 0 26px no-repeat;
}

div#container
{
    overflow:     hidden;
    width:        920px;
    height:        auto;
}

div#footer
{
    clear:         both;
    margin-top:    50px;
    margin-bottom: 10px;
    height:       110px;
}

/*************************************************
2 columns Layout
*************************************************/
div.col2
{
    background:   url(/images/common/vertical_dot.gif) 0 0 repeat;
}

div.col2_left_side
{
    float:          left;
    width:         230px;
}

div.col2_main
{
    float:          left;
    padding-bottom: 45px;
    width:         690px;
    overflow:     hidden;
}

div.pagetop
{
    height:        20px;
    width:         100%;
}

