html {
	background-image: url(images/background.jpg);
	background-position: center top;
}

body {
	width: 1068px;
	margin: 100px auto 20px;
	background-color: white;
	font-family: Arial, Helvetica
}

header {
	font-family: 'Lobster Two', cursive;
	font-size: 30px;
	text-align: center;
	color: #827F7F;
	padding: 2px;
	background-color: #88E5E5;

}

a{
	text-decoration: none;
}
a:link {
	color: #137F7F;
}
a:visited {
	color: #285475;
}
a:hover {
	color: #2EA3A0;
}
a:active {
	color: #0F6161;
}

ul li {
	list-style-type: circle;
}
nav {
	margin: 0 0 60px 60px;
}

h3 {
	color: #827F7F;
	margin: 20px 0 20px 50px;
	border-bottom: solid 3px #FF8478;
}
section p {
	margin: 0 80px 0;
}
footer {
	text-align: center;
	background-color: #88E5E5;
	padding: 2px;
}