/******************************************************************************
Filename:	contentContainer.css
Project:	New Jersey Resources
Purpose:	Overrides template.css styles for content region when rightNav is
			removed and content spans across
			Turns off rightNav border, hides rightNav, and widens content
Date			Developer	Description
10/05/2006		jmk			Version 1.0
******************************************************************************/

#contentContainer{background:none;}
#contentMain{background:none;}
#content{width:700px;}

#rightNav{display:none;}