/* Change the sidebar float to the opposite of the main styles.css file. Also change the padding from right to left. */
 #sidebarContainer {
	float: left;
	margin: 0 0 0 20px;
}


#contentContainer {
	float: right;
}

/* switch the content padding-right/padding-left so that the main text is padded from the sidebar */
#contentContainer #content {
	padding-left: 10px;
	padding-right: 20px;
}
