/* expand the navigation column to make room for the longer content */

#subNav {
	width: 13em;
}

#subNav + #content {
	margin-left: 13.5em;
}

span.tiny-space {
	font-size: 1px;
}

