/* layout for page width content (three columns in thirds against plain background)
 * we simply override a couple of the settings from the main css file */

#wrapperContent{ 
	background: #FFFFFF url(../rh/wrapperOneCol.jpg) repeat-y;
}

#maincolumn {
	width: 280px;
}

#leftcolumn {
	width: 280px;
}

#rightcolumn {
	width: 280px;
}
