

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


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

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

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

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

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


/* DEBUG BORDER COLORS */
/*
#container {
	border: 1px solid #0FF;
}

#contentContainer {
	border: 1px solid purple;
}

#sidebarContainer {
	border: 1px solid red;
}

#sidebarContainer #sidebar {
	border: 1px solid green;
}

#navcontainer {
	border: 1px solid blue;
}
*/
