/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color: #e8e9e9;
	}
#main {
	width:978px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:center; /* resets the centering hack for IE6 on the body tag */
}
#main_wrapper {
	width:950px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
}
#header {
	height:160px;
	}
#mininav {
	text-align:right;
	}
#nav {position:relative; top:8px; left:216px;}
#side {
	width:275px; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	padding:0 0 1em 0;
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:675px; /* this width + nav width must total 100% */
	top:0px;	
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	}
#nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:.2em 1em; /* creates space between the box  and the content */
	}
#side_inner {
	margin:21em .5em 5em 4em;
	}
#content_inner { 
	padding:0 4.5em 1em 3.75em; /* creates space between the box and the content */
	}
#footer_inner {
	padding:1.75em .75em 1em 1em; /* creates space between the box and the content */
	text-align:right;
	}