body {
	background: #fff;
	font-family: 'Lora', serif;
	margin: 0;
	font-size: 16px;
}

.container {
	max-width: 890px;
	margin: 0 auto;
	
}

.header {
	margin-top: 10px;
}

.header img {
	border-top: 1px solid #555;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	max-width: 890px;
}

.nav {
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}

.nav a {
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	color: #a0543d;
}

.nav a:hover {
	color: #62381f;
	border-bottom: 1px solid #62381f;
}

.main {
	background: #d2a375;
	box-shadow: 1px 1px 10px 1px #000 inset;
	padding: 20px;
	text-align: justify;
	color: #000;
	line-height: 30px;
}

.main h2 {
	color: #fff;
	font-size: 33px;
	font-weight: 300;
	letter-spacing: 1px;
	text-shadow: 2px 2px 3px #000, 2px 2px 5px #000;
}

.main h3 {
	color: #fff;
	letter-spacing: 2px;
	font-size: 20;
	font-weight: 300;
	text-shadow: 2px 2px 3px #000, 2px 2px 5px #000;
	
}

.main a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	letter-spacing: 2px;
	text-shadow: 1px 1px 3px #000;
}

.main a:hover {
	text-shadow: 1px 1px 3px #000, 1px 1px 3px #000, 1px 1px 3px #000;
}

.copyright {
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
}