body {
	background-color: #000;
		color: white;
}


#navigation {
	float:left;
	border-style: groove;
	border-width: 5px;
	padding: .3em;
	background-color: gray;
	width: 7em;
	font-size: 1em;
}

#links {
	float:right;
	border-style: groove;
	border-width: 5px;
	padding: .3em;
	background-color: gray;
	width: 7em;
	font-size: 1em;
}


#content {
	font-size: 1.2em;
	margin: 0 7em;
}

#footer {
	clear: both;
	background-color: gray;
	border-style: groove;
	border-width: 5px;
	padding: .5em;
	font-size: 1em;
	text-align: center;
	}
