/*  
Theme Name: dkret3

Userstyle: Sidebar Left.css
Description: Two-column layout with sidebars to the left of content
*/
div#container {
    float: right;
    margin: 0 0 25px -320px;
}
div#content {
    border-right: none;
    border-left: 1px dotted #e0e0e0;
    margin: 25px 0 0 320px;
}
div#secondary {
    clear: left;
}
div.main-sidebar {
    float: left;
    margin: 0;
/*    background: #FEE;  */
}

div.widecolumn {
    margin-left: 120px;
}
/* the topmost sidebar pane left */
#primary {
   padding-top: 120px;
}