

#navigation {
	width:20%;
	float:left;
	border:1px gray dotted;
}

#content {
	width:78%;
	float:right;
	border:1px gray dotted;
}

#letter ul {
	display: run-in;
}

#letters li {
	display: inline;
	list-style-type: none;
	margin-right: 0.2em;
}
