/* default float side for sidebar */

#bodyContainer {
	background-image: url(../../images/sc-page-background.png);
	background-position: 10px 0px;  /* this has to match margin on the container for background image to work */
	background-attachment: fixed; /* required with position for Firefox and Opera */
}


#sidebarContainer {
	float: left;
}

#contentContainer {
	margin-left: 235px;
	background-image: url(../../images/menu_left_bg.png);	
	background-position: left 2px;
}