@charset "utf-8";

/* only contains the differences - change minimum width to small number, no need to force width (but it has to be a number, can not be 'none', background is also different */

#container1 {
	min-width: 200px;
	background: #fff url(images/rightShadow2.gif) repeat-y right; 
}  
#mainContent1 { /* leave off the margin on the right for the photo area */
 	margin: 0 20px 0 13.5em;
} 
#bottomShadow { 
	min-width: 200px;
}