/* THREE COLUMN LAYOUT */

body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:841px; /* 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 */
	background-image:url(../imgs/topbackground3oversize.jpg);
	background-repeat:no-repeat;
	margin-top:-10px;
	}

#main_wrapperc {
	width:841px; /* 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 */
	background-image:url(../imgs/topbackground3oversizec.jpg);
	background-repeat:no-repeat;
	margin-top:-10px;
	}

#nav {
	width:17%;
	float:left;
	margin-right:0;
	margin-top:60px;
	
	}
#content {
	width:83%;
	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:10px;
	text-align:right;
	font-size:10px;
	}
#nav_inner {
	margin:0.2em .1em;
	}
#content_inner {
	margin:0em 1em 1em 1em;
	}
#promo_inner {
	margin:.2em .2em;
	}
#footer_inner {
	padding:.5em 10em;
	text-align:center;
	}