#sidebarContainer {
	float: right;
	width: 250px;	
}

#container {
	background: #ffffff url(../../images/sidebar_right_250_bg.png) repeat-y right; /* This Is The BG Color Of The Main Div */
	}
#contentContainer {
	margin-right: 250px;
}