body {
	background-color: #6F6F6F;
	margin: 0 auto;
}

img {
	padding-top: 90px;
	height: 450px;
	width: 430px;
}
#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%;
}

#col1 {
	padding-top: 30px;
	width: 100%;
	color: #000;
	float: left;

}

#col2 {
	width: 100%;
	color: #000;
	float: right;
}


.clear {
	clear: both;
}

#footer {
	text-align: center;
	font-style: italic;
	color: #000;
	float: none;
}