/* ##### NOTE: PLEASE ONLY PLACE WIDTH DEFINITIONS IN THIS FILE ##### */
/***** --- BODY DEFINITIONS --- ******/
	/** body container width definitions **/ 
	#bodyContainer { width:825px; }
	
	/** left container width definitions **/ 
	#bodyContainer #leftContainer { width:352px; }
	*html #bodyContainer #leftContainer #leftNavitems li a { width: 163px;} /* exception for IE to display the width correctly */
	*html #bodyContainer #leftContainer #leftNavitems ul ul li a { width: 163px;} /* exception for IE to display the width correctly */
	
	/** center container width definitions **/ 
	#bodyContainer #centerContainer { width:298px; }

	/** center container width definitions **/ 
	#bodyContainer #rightContainer { width:175px; }

/***** --- END BODY DEFINITIONS --- ******/


