@charset "utf-8";
.header {
	background-color: #f7cf91;
	background-image: url(images/header.jpg);
	height: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 25px;
}
.container {
	background-color: #d4a357;
	margin: 10px;
	padding: 25px;
	width: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	left: 10%;
	right: 10%;
	float: none;
}
.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #471514;
	padding: 25px;
	margin: 0px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #d4a357;
	border-right-color: #d4a357;
	border-bottom-color: #d4a357;
	border-left-color: #d4a357;
	font-size: 16px;
	color: #d4a357;
}
