body {
	background-color: #408585;
	font-family: Caveat;
	font-size: 14px;
}


.container {
	width: 900px;
	height: 1000px;
	background: #ffff;
	margin: 30px auto;
}

.header {
	background-color: orange;
	height: 300px;
	width: 900px;
}

.navigation {
	background-color: pink;
	width: 900px;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.navigation {
	background-color: #333;
	overflow: hidden;
}
.navigation p {
	margin: 0;
}
.navigation a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 20px;
	text-decoration: none;
	float: left;
}
.navigation a:hover {
	background-color: #ddd;
	color: black;
}