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


/* set the content margin-right/margin-left and padding*/
#content {
	margin-left: 200px;
	margin-right: 0px;
	padding: 16px 0px 0px 12px;
}





