@charset "UTF-8";
/* CSS Document */
body {
	background-color: #009999;
	padding: 50px 0 0 50px;
	font-size: 13px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	width: 800px;
}
p {
	line-height: 1.5em;
}
.logo {
	margin-bottom: 40px;
	margin-right: 100%;	
	width: 800px;
}
.byline {
	margin-bottom: 30px;
	margin-right: 100%;
	width: 800px;
}
.menu {
	font-size: 14px;
	margin-top: 2em;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	border-bottom: 2px solid #fff;
	padding-bottom: 0;
}
