/* Header image */
#imageContainer {
	float: left;
	clear: none;
	padding-bottom: 10px;
}

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

/* set the content containers margin-right/margin-left */
#contentContainer {
	margin-right: 215px;
	margin-left: 0px;
}

/* Switch the padding amounts over to keep the same spacing between sidebar and content */

#contentContainer #content {
	padding: 15px 15px 0px 20px;
}

/* Switch the vertical menu border to right side-remove left vertical border */

#navcontainer a {
	border-left: 1px solid #D1D1D1;
	border-right: 0px;
}