/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
div#container {
margin-left: 0px !Important;
margin-bottom: 0;
margin-right: 0px;
margin-top: 0;
float:right;
width:750px;
padding-right: 20px;
}

div#content {
	margin-left: 20px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
}

div.sidebar {
float:left;
overflow:hidden;
width: 160px;
padding: 10px;
background-color: #4c4c4c;
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
}
