#top {
	height: 70px;
	width: 100%;
	background-color: #52471b;
	margin: 0px;
	border-bottom: 5px solid #87752d;
}

header {
	width: 100%;
	height: 85px;
	background-image: url("images/comb.jpg");
	margin: 0px;
	text-align: center;
}

.center {
	width: 870px;
	margin: auto;
}

#logo {
	width: 208px;
	position: relative;
	top: -50px;
	margin: auto;
	
}

h1 {
	font-family: "Arial Black", Gidget, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #87752d;
	margin-top: -50px;
}

nav {
	width: 100%;
	height: 40px;
	background-color: #87752d;
	border-top: 2px solid #52471b;
	border-bottom: 2px solid #52471b;
	margin: 0px;
	box-shadow: 2px 2px 5px #7b7b78;
}

header nav ul {
	width: 870px;
	margin: auto;
	padding-top: 10px;
}

header nav li {
	font-family: "Arial Black", Gidget, sans-serif;
	font-size: 130%;
	font-weight: bold;
	display: inline;
	padding-right: 25px;
	list-style: none;	
}

nav a:link {
	color: #f8ffb0;
	text-decoration: none;
}

nav a:visited {
	color: #f8ffb0;
	text-decoration: none;
}

nav a:hover {
	color: #fffc58;
	text-decoration: none;
}

nav a:active {
	color: #fff;
	text-decoration: none;
}

body {
	width: 100%;
	background-color: #f8ffb0;
	margin: 0px;
}

#main {
	width: 870px;
	height: 740px;
	margin: 0px auto;
}

#images {
	width: 840px;
	height: 360px;
	margin: auto;
	position: relative;
	top: 110px;
	text-align: center;
}

.box {
	width: 200px;
	height: 335px;
	margin: 4px;
	border-radius: 2%;
	background-color: #87752d; /*brown image frames*/
	float: left;
	text-align: center;
}
.picturebox {
	margin: 5px;
}
		
.textbox {
	width: 200px;
	height: 36px;
	font-family: "Arial Black", Gidget, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #f8ffb0;
	position: relative;
	top: -15px;
	text-align: center;		
}

blockquote {
	width: 560px;
	font-family: "Arial Black", Gidget, sans-serif;
	font-size: 180%;
	letter-spacing: 0.05em;
	font-style: italic;
	font-weight: bold;
	color: #52471b;
	text-align: center;
	margin: 130px auto 50px auto;
}

footer {
	width: 100%;
	height: 112px;
	margin: 0px;
	background-color: #52471b;
	border-top: 6px solid #87752d;
	text-align: center;	
}

footer div {
	width: 870px;
	margin: 40px auto;
	font-family: "Arial Black", Gidget, sans-serif;
	font-weight: bold;
	color: #f2cc10;
	line-height: 0.3em;
}

