body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:1024px; /* 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 {
	width:970px; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	}
#headercontent {
	float:leftt; /* floats on nav and content divs make them sit side by side */
	width:450px;/* this width + nav width must total 100% */	
	height:49px 
	}
#honoree_inner {
	float:right; /* floats on nav and content divs make them sit side by side */
	width:284px;/* this width + nav width must total 100% */	
	height:30px 
	}
#nav {
	width:740px; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	height:35px
	}
#footer {
	width:1024px; /* 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:center; /* resets the centering hack for IE6 on the body tag */
	clear:both; /* makes the footer sit below whichever column is longest */
	}
#nav_inner { 
	padding:0em 0em 0em .75em; /* creates space between the box  and the content */
	/*border-bottom:3px solid #878586;*/
	}
#footer_inner {
	padding:0em 0em; /* creates space between the box and the content */
	text-align:center;
	}
#drop_down_menus{
		width:740px; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	height:35px}