
body  {
	background-color: #f8ffb0;
	font-family: Arial, Heletica, sans-serif;
	margin: 0px;

}


#rectangle1{
	background-color: #52471b;
	width: 100%;
	height: 68px;
	margin-top: -10px;
	
	border-bottom: 5px solid #87752d;

}



header img {
	display: block;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	
}

h1 {
	
	color: #958029;
	font-size: .9em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	
}
header {
	background-image: url('images/comb.jpg');
	width: 100%;
	height: 150px;
}
nav {
	background-color: #87752d;
	width: 100%;
	height: 39px;
	padding-bottom: 10px;
	border-bottom: 2px solid #b6bb81;
	border-top: 2px solid #b6bb81;
	display: inline-block;	
}

ul {
	text-align: center;
	width: 100%;
}

nav a:link,  nav a:visited  {
	color: #f6fc90;
	text-decoration: none;
	font-weight: bold;
}

nav a:active  {
	color: #ffffff;
}

nav a:hover  {
	color: #fffc58;
}

li {
	display: inline;
	padding-right: 25px;
	margin-top: -10px;
	color: #f0f6a7;
	font-size: 1.1em;
	
}

section {
	min-width: 870px;
	text-align: center;
	padding-top: 40px;
}

#blockquote {
	padding-bottom: 100px;
}
blockquote {
	width: 535px;
	margin: 50px auto;
	font-size: 1.9em;
	font-style: italic;
	font-weight: bold;
	color: #52471b;
	text-align: center;
}


figure {
	display: inline-block;
	background-color: #87752d;
	padding: 5px;
	border-radius: 10px;
	margin: 5px;
}

figcaption {
	width: 100%;
	text-align: center;
	color: #f0f6a7;
	font-weight: bold;
	font-size: 1.1em;
}

footer  {
	background-color: #52471b;
	width: 100%;
	text-align: center;
	color: #f2cc10;
	font-weight: bold;
	font-size: 1em;
	padding: 25px 0px;
	border-top: 6px solid #87752d;
}