/* ##### NOTE: PLEASE ONLY PLACE WIDTH DEFINITIONS IN THIS FILE ##### */
/***** --- GLOBAL DEFINITIONS --- ******/
	body { text-align:center; min-width: auto; } /* definition for IE to center align the site */
	
	#siteContainer { width: 825px; }
	
	/** header width definitions **/ 
	#headerContainer { width:825px; }
	#headerContainer #logoContainer { width:250px; }
	#headerContainer #topNavUserContainer { width:717px; }
	#headerContainer #topNavContainer #topNavitems #topNavElements {
	width:717px;
	position: relative;
}
	
	/** footer width definitions **/ 
	#footerContainer { width:825px; }
	
	/** brand bar width definitions **/ 
	#footerContainer #brandBarContainer { width: 825px; }
/***** --- END GLOBAL DEFINITIONS --- ******/
