body {
}

#page {
    width:980px;
    margin-left:auto;
    margin-right:auto;
}

#leftcol { 
    width:180px;
    float:left;
}

#contentcol {
    width:505px;
    float:left;
}

#rightcol {
    width:225px;
    float:left;
    overflow:hidden;
}

.colsep {
    width:15px; 
    float:left;
}

.colsep#menutocontent {
    width:25px;
    float:left; 
}


.clear {
    clear:both;
}


#l_footer {
    width:980px;
}