/* layout for page width content (one column)
 * we simply override a couple of the settings from the main css file */

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

#maincolumn { ;
	width: 820px;
	margin-left:10px;
}

#leftcolumn {
	display: none;
}

#rightcolumn {
	display: none;
}
