body {
	background-color: #6F6F6F;
	margin: 0 auto;
}

#header {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	float: left;
	width: 100%;
}

#nav a {
	color: #FFCCCC;
}

#nav {
	text-align: center;
	width: 100%;
	float: left;
	list-style-type: none;
}

#nav ul li a:hover {
	color: #FFFFFF;
}

#nav ul {
	display: block;
	text-align: center;
	list-style-type: none;
}

#nav ul li {
	display: inline;
	padding-left: 6em;
	padding-right: 5.5em;
	list-style-type: none;
}

#article { 
	background-color: #6F6F6F;
	color: #000;
	text-align: center;
	width: 100%;
}

#footer {
	text-align: center;
	font-style: italic;
	color: #000;
	float: none;
}