html, body {
	font-family: verdana, arial, sans-serif;
	background-color: #333333;
	margin: 0; padding: 0;
}
#wrapper {
	width: 800px;
	margin: 10px auto;
	padding: 0;
	border: 1px solid white;
}
#header {
	background-color: Black;
	color: White;
	height: 125px;
}
#header img {
	float: left;
}
#header h1 {
	margin: 0;
	padding: 76px 10px 0 0;
	text-align: right;
}
#content {
	background-color: White;
	padding: 10px;
	line-height: 1.4em;
}
#content h1 {
	line-height: 1.4em;
	font-size: 22px;
}
#footer {
	background-color: Black;
	color: White;
	font-size: smaller;
}
#footer p {
	margin: 0;
	line-height: 20px;
	text-align: center;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
