/******************************************************************************
Filename:	contentNoRightNav.css
Project:	Greensboro Auto Auction
Purpose:	Expand content area and hide rightNav
Date		Developer	Description
06/28/2007	jmk			Version 1.0
******************************************************************************/

/**** BEGIN:  PAGE BODY ****/
#pageBody{background:url("../images/global/pageBodyNoRightNav_bg.gif") repeat-y;}
#contentContainer{background:url("../images/global/contentContainerNoRightNav_bg.gif") no-repeat;}
#content{width:688px;}

/* begin:  right nav */
#rightNavContainer{display:none;}
/* end:  right nav */

/* begin:  footer */
#footerContainer{background:url("../images/global/footer/footerContainerNoRightNav_bg.gif") no-repeat;}
/* end:  footer */
/**** END:  PAGE BODY ****/

