/* THREE COLUMN LAYOUT */

body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	}
	
	
#main_wrapper {
	width:960px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	}
	
#slideshow {
	width:720px;
	heigth:560px;
	float:left;
	margin-top:20px;
	}
	
#header {
	}
	
#nav {
	width:141px;
	float:left;
	}
	
#content {
	width:226px;
	float:left;
	}
#promo {
	width:593px;
	float:left;
	}
#footer {
	width:100%;
	clear:both;
	}
#nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}

#promo_inner {
margin:0px;
	}
#footer_inner {
	padding:.5em 10em;
	text-align:center;
	}
