body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}
div#main_wrapper {
	max-width:1024px; /* sets max layout width */
	min-width:1024px; /* sets min layout width */
	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 */
	}
div#header {
	 height:176px;
	 width:1024px;
	 
	}
div#header_space {
	height:130px;

	}
#header_menu {
	text-align:center;
	margin-left:150px;
	margin-right:150px;
	}
#threecolwrap {
	float:left;
	width:1024px;
	height-min:575px;
	}
#twocolwrap {
	float:left;
	width:100%;
	display:inline;
	margin-right:-170px;
	}
#nav {
	width:150px; 
	height:572px;
	float:left; /* floats on nav and content divs make them sit side by side */	
	display:inline;
	}
#content {
	width:706px;
	margin-left:150px;
	margin-right:170px;
	top:0px;
	}
/* here comes a hack for IE6 */
/* floating this element gets rid of the gap between the nav and content - the hateful 3 pixel jog bug in IE */
/* if I float this element in other browsers, the layout breaks - don't remove this comment \*/
* html #content { 
	float:left; 
	}
/* end of hack - don't remove this comment */
#promo {
	width:170px;
	height:572px;
	float:left;
	}
#footer {
	width:100%;
	clear:both; /* makes the footer sit below whichever column is longest */
	float:left;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
	}
#nav_inner {
	padding:1em .5em; /* creates space between the box and the content */
	
	}
#content_inner {
	height:530px;
	width:600px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 2em;
	}
#greeting {
	min-height:75px;
	padding:1em 1em 2em 2em; /* creates space between the box and the content */
	}
#news {
	padding:1em 1em 2em 1em; /* creates space between the box and the content */
	width:550px;
	max-height:350px;
	overflow: auto;
	top:0px;

}
#resume {
	padding:1em 1em 2em 2em;
	width:570px;
	height:480px;
	overflow: auto;
}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}
* html {
