/*  
Theme Name: dkret3

Userstyle: Sidebar Left.css
Description: Two-column layout with sidebars to the left of content
*/
div#wrapper {
    width: 100%;
    border: none;
    background: #C1C1C1;
}
div#container {
    float: right;
    margin: 0 0 25px -440px;
}
div#content {
    border-right: none;
    border-left: 1px dotted #e0e0e0;
    margin: 25px 0 0 400px;
}
div#secondary {
    clear: left;
}
div.main-sidebar {
    float: left;
}
.sidebar-column {
    width: 47%;
}
div.main-sidebar {
    float: left;
    overflow: hidden;
    width: 400px;
}
