/*  
Theme Name: dkret3

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