/*  
Theme Name: dkret3

Userstyle: Sidebar Left.css
Description: Two-column layout with sidebars to the left of content
*/

div#wrapper {
	width: 100%;
	border: none;
	width: 906px;
}
div#container {
	float: left;
	margin: 0;
	width: 100%;
}
div#content {
    margin: 2px 0px 0px 205px;
	width: 658px;
	min-height: 400px;
}
div#header {
    height: 140px;
    width: 906px;
}
div.sidebar {
	float: left;
	font: 1.1em Verdana;
}
div#primary {
	margin: 0px 0px 0px -907px;
	width: 200px;
	overflow: hidden;
}
div#widget-text {
	padding: 0px 10px 0;
}

