/* THREE COLUMN LAYOUT */

body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:859px; /* 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 */
	}
#header {
	}
#nav {
	width:195px;
	float:left;
	}
#content {
	width:469px;
	float:left;
	}
#promo {
	width:195px;
	float:left;
	}
#footer {
	width:100%;
	clear:both;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner {
	padding:0em;
	}
#nav_inner {
	margin:1em 0em 1em .5em;
	}
#content_inner {
	margin:1em 1em 1em 1em;
	}
#promo_inner {
	margin:1em 0em;
	}
#thumbs {
	width:185px;
	height:550px;
	overflow:scroll;
}	

#footer_inner {
	padding:.5em 5em 1.3em 5em;
	text-align:center;
	}