#content {
	display: inline-block;
	/* This works around MSIE "peekaboo" bug where the floating localNav
	   element causes the content following it to disappear when the window
	   is narrow. */
}

#content .localNav {
	width: 200px;
	/* This gets the localNav box to float properly in MSIE -- I don't know
	   why the percentage width set by early stylesheets doesn't work.
	   FCY 20050602 */
}

