	@import url(pages.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;
	}

	#tc_container #tc_center form fieldset.three td input, #tc_container #tc_center form fieldset.three td select, #tc_container #tc_center form fieldset.three td textarea {
		width: 132px!important;
	}
		
	#tc_container #tc_center form table {
		margin-left: 0;
	}

	#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;
	}
