body {
	background: #f7f1e3;
	font-family: Helvetica, Sans-serif;
}
p {
	margin: 0;
}
a {
	color: inherit;
	font-weight: bold;
	border-bottom: 1px solid #CAA143;
}
a:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #002910;
}

.container {
	max-width: 716px;
}

header {
	margin: 37px 0 0 0;
	padding: 0 0 37px 0;
	border-bottom: 3px solid #002910;
}
header p {
	color: #002910;
	font-size: 21px;
}
header #site-logo img {
	width: 100%;
	max-width: 175px;
}

#contact-info {
	padding: 11px 0;
	border-bottom: 3px solid #002910;
}
#contact-info p {
	color: #006E35;
	font-size: 15px;
	line-height: 1.3;
}

#page-home {
	margin: 0 0 30px 0;
	border-top: 3px solid #006E35;
}
#page-home h1 {
	color: #002910;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 17px 0;
	border-bottom: 3px solid #006E35;
}
#page-home article figure {
	line-height: 94px;
	height: 94px;
	border-top: 3px solid #002910;
}
#page-home article p {
	color: #006E35;
	font-size: 15px;
	margin: 0 0 20px 0;
}
#page-home article p:first-of-type {
	font-weight: bold;
}

footer {
	background: #01290f;
	padding: 0 0 20px 0;
	border-top: 10px solid #006e34;
}
footer .border1 {
	height: 10px;
	background: #00592b;
}
footer .border2 {
	height: 10px;
	background: #004320;
}
footer .content p {
	color: #CAA143;
	margin: 20px 0 0 10px;
}
footer .content a {
	font-weight: normal;
	border: none;
}
footer .content a:hover {
	text-decoration: none;
	border: none;
}