	@import url(home.css);

	/* reset styles for the narrow version of the site */

	#wrapper {
		width: 760px; /* fixed width for 800x600 resolutions */
	}		

	#header ul.HeaderNav {
		width: 478px; /* width will actually be 508px when you add padding */
	}

	#tc_container {
		background: #FFF url(../img/bg_cols_narrow.gif) repeat-y top right;
	}

	#tc_container #tc_center {
		width: 328px;
	}

	#mc_container #mc_wrapper {
		background: #E4E4F0 url(../img/bg_middlesection_narrow.gif) repeat-y;
	}

	#mc_container #mc_left {
		width: 508px;
	}

	#foot_container {
		background: url(../img/foot_bg_cols_narrow.gif) repeat-y;
	}

	#foot_container #foot_center {
		width: 328px;
	}

	p.foot_disclaimer {
		margin: 10px auto;
		width: 760px;
	}

