body {
	font-family: Arial; background-color: rgb(51, 255, 255);
}
#container {
	margin: 10px auto; padding: 10px; border-radius: 10px; width: 900px; background-color: rgb(255, 255, 204);
}
.logo {
	width: 900px;
}
ul#navigation {
	background: rgb(255, 255, 204); text-align: center; overflow: hidden; padding-left: 0px; font-family: Arial; margin-left: 0px; list-style-type: none;
}
ul#navigation li {
	display: inline;
}
ul#navigation a {
	background: rgb(122, 153, 26); padding: 4px; height: 20px; color: rgb(255, 255, 255); text-transform: capitalize; font-weight: bold; text-decoration: none; border-right-color: rgb(255, 255, 255); border-right-width: 1px; border-right-style: solid; float: left; display: block;
}
ul#navigation li a:hover {
	color: white; background-color: rgb(152, 191, 33);
}
figure {
	border: 4px solid rgb(204, 204, 204);
}
figure img {
	width: 95%;
}
