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


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





