/*
	-------------------------------------------
	PAGE BACKGROUND IMAGES AND STAGE BORDERS 
	-------------------------------------------
*/
body {
	text-align: center !important;
	background: #eee url(../img/bg_flexlayout.gif) repeat-x;
	margin-right: 136px;
}
		* html body {
			background: #eee url(../img/bg_flexlayout_ie6.gif) repeat-x;
		}

#is24-stagewrap-outside {
	/* nothing set yet */
}
		* html #is24-stagewrap-outside {
			/*text-align: center;*/
		}

#is24-stagewrap-inside {
	/*margin: 0 auto !important;*/
	margin: 0 0 0 14px;
	width: 799px;
	background: url(../img/bg_stagewrap.gif) 790px 0 no-repeat;
}
		* html #is24-stagewrap-inside {
			background-position: 790px 0;
		}


/*
	Make Content Flexible To Whole Width 
*/
#is24-scoutnav,
#is24-mainnav,
#is24-subnav {
	width: 790px;
	/*margin-left: auto;*/	  /* keep margin-top due to bg-image */
	/*margin-right: auto;*/
}