/*
places the side bar at the left
depends on global settings in layout.css
*/

#patternOuter {
/*	margin-left:16em; */
	margin-left:14em; 
}
#patternSideBar {
/*	width:16em; */
	width:14em; 
/*	margin-left:-16em; */
	margin-left:-14em; 
}