/*********************************************************************
Filename:	norightnav.css
Project:	Davie County Chamber of Commerce
Purpose:	Hide Right Column and expand content area
Date		Developer	Description
04/24/2009	jmk			Version 1.0
*********************************************************************/

/**** BEGIN:  Content Region ****/

/** BEGIN:  Content Container **/
/* BEGIN:  content */
#content{width:745px;}
/* END:  content */
/** END:  Content Container **/

/** BEGIN:  Right Column **/
#rightCol{display:none;}
/** END:  Right Column **/

/**** END:  Content Region ****/
