/* layout for main column and right column content 
 * we simply override a couple of the settings from the main css file */

#wrapperContent{ 
	background: #FFFFFF url(graphics/bgContentLeft.gif) repeat-y;
}

#rightcolumn {
	display: none;
}

#maincolumn { ;
	width: 665px;
}

.bgSubHead { 
	width:640px; /* maincolumn width minus 8px padding minus desired white space to the right */
}