#sidebarContainer {
	float: left;
}

#contentContainer {
	float: right;
	
}

#sidebarContainer #sidebar {
	clear: right;
}
