body {
	font-family: Verdana, Arial, Helvitica, Sans-Serif;
	line-height: 1.5em;
	margin: 10em auto;
	padding: 0;
	font-size: 80%;
	width: 44em;
	background-color: #959595;
	color: #fff;
}
a {
	color: #9d080d;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
p#logo {
	text-align: center;
}
ul#navigation {
	list-style-type: none;
}
ul#navigation li {
	padding: 4em;
	display: inline;
}
ul#navigation a {
	text-decoration: none;
	font-size: 1.25em;
	font-weight: bold;
}
ul#navigation a:hover {
	border-bottom: 2px solid #9d080d;
}
#services, #blog, #contact {
	text-align: justify;
	padding: .5em;
}
#services {
	width: 40em;
	margin: 0 auto;
}
#services ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#blog {
	text-align: center;
}
#contact {
	margin: 0 auto;
	width: 12em;
}
#footer {
	position: absolute;
	top: 48em;
}
#footer p {
	text-align: center;
	width: 42em;
}