/* See index.html for note. */
body {
	background: rgb(253,243,190);
	color: black;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 10 px;
	padding: 10 px;
}
header {
	background: rgb(225,212,143);
	padding: 20px;
	text-align: center;
}
header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
header li {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 40px;
	display: inline-block;
	margin-right: 20px;
}
header img {
	float: left;
	background-repeat: no-repeat;
	position: relative;
	top: -70px;
}
section {
	margin: 10px;
	padding: 10px;
}
h1 {
	font-family:Georgia, serif;
	font-size:60px;
}
h2 {
	font-family:Georgia, serif;
	font-size:30px;
}
footer {
	background: rgb(225,212,143);
	padding: 10px 20px;
	text-align: center;
}