body {
	width: 960px;
	margin: 15px auto;
	font-family: Georgia,Times,fantasy;
}

nav {
	margin-left: auto;
	margin-right: 80%;
	width: 70%;
	vertical-align: middle;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
}

footer {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	position: absolute;
	top: 90%;
	margin-top: -100px;
	font-size: 0.5em;
	text-align: center;
}

#copyright{
	color:#888;
}

nav ul li {
	display: block;
	text-align: center;
	text-decoration: none;
	float: left;
	padding: 20px;
}

a {
	font-family: Georgia, Times, fantasy;
	font-size: 2em;
	font-weight: normal;
	color: #F07102;
	text-decoration: none;
	display:block;
}
a:first-letter {
	padding: 0.1em;
	font-size: 1.5em;
}

a:active {
	color: #636363;
}

a:hover {
	color: #032559;
}

