/* this will hide the sidebar */
#sidebarContainer {
	display: none;
}


#contentContainer #content {
	margin: 0;
}