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


#contentContainer #content {
	border: 0;
	margin: auto;
	font-size: 13px;
	clear: both;
	float: none;
	text-align: center;
}
