/* THREE COLUMN LAYOUT */

body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
}

#main_wrapper {
	width:986px; /* 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 */
	margin-top: 45px;
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	border: 10px solid #ffffff;
	border-top: 15px solid #ffffff;
}

#header {
}
	
#nav {
	width:180px;
	float:left;
}
	
#content {
	width:620px;
	float:left;
	border-right: 18px solid #ffffff;
}
	
.col_3 {
    width: 160px;
	background: #fffffe;
	float: left;
	border-right: 5px solid #ffffff; 
}

#footer {
	width:987px;
	clear:both;
}

#nav_inner {
	margin:1em .5em;
}
	
#content_inner {
	margin:0em 1em 1em 1.5em;
}

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