body
{
	width: 80%;
	margin: auto;
}

ul#navigation
{
	text-align: center;
}

ul#navigation li
{
	display: inline;
	padding: 0 5% 0 5%;
}

div#about p
{
	width: 75%;
	clear: both;
}
div#about img
{
	width: 20%;
}
div#about h2
{
	clear: both;
}
div#about .left
{
	float: left;
}
div#about .right
{
	float: right;
}

div#authors div.bio p, div.bio h2
{
	width: 75%;
	clear: both;
	float: right;
}

div#authors div.bio img
{
	width: 15%;
	float: left;
}

div#acknowledgements
{
	padding-top: 25px;
	clear: both;
}