body {
	margin: 5px;
	padding: 0px;
/*
	border:  solid white 1px;
*/
}

.banner {
	display: block;
	width:   100%;
/*
	border:  solid red 1px;
*/
}

.spacer {
	clear: both;
}

.navigation {
	display: block;
	float: left;
	width:  21em;
	padding: 0.2em;
/*
	border:  solid green 1px;
*/
}

.content {
	display: block;
	width: auto;
	/* Calculated from the text size and width of the navigation div */
	margin-left: 16.50em;
	padding: 1em;
/*
	border:  solid blue 1px;
*/
}

.footer {
	display: block;
	clear: both;
	width:   100%;
/*
	border:  solid yellow 1px;
*/
}

.inset_right {
	display: inline;
	float: right;
}

.testing {
	display: none;
}
