@media screen and (min-width: 768px) {
	#contentWrapper {
		float: left;
		width: 66%;
	}
	
	#sidebarWrapper {
		float: right;
		width: 26%;
	}
}