@charset "UTF-8";
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	color: #345329;
	background-color: #3C473D;
}
#container {
	width: 900px;
	border: 6px solid #62686C;
	border-radius: 15px;
	background-color: #CBD7CB;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
a:link, a:visited {
	color: #3A5F28;
	text-decoration: none;
	list-style-type: none;
}
a:hover, a:active {
	color: #744418;
	text-decoration: none;
}
header h1 {
	color: #163A16;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.5rem;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 6px;
}
img {
	border: 6px solid #5E5C39;
	border-radius: 15px;
	display: block;
	width: 200px;
	text-shadow: 0px 0px;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.40);
	float: left;
	margin-top: -90px;
	margin-left: 50px;
}
header p {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-right: 35px;
	padding-top: 10px;
}
main h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4F5256;
	font-size: 2.4rem;
	border-top-width: 5px;
	border-top-style: solid;
	margin-top: 65px;
	text-align: center;
	padding-top: 25px;
	margin-left: 15px;
	margin-bottom: 25px;
	padding-right: 0px;
}
main p {
	text-align: left;
	word-spacing: 2px;
	line-height: 25px;
}
main h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #12391E;
	margin-top: 40px;
	margin-left: 35px;
	text-align: left;
	margin-bottom: -10px;
}
main h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main ul li {
	list-style-type: none;
	margin-top: 39px;
	margin-left: 16px;
	margin-right: 60px;
	text-align: left;
	word-spacing: 2px;
	line-height: 25px;
}
aside {
	background-color: #9BAC97;
	border-left: 4px solid #545D38;
	border-right: 4px solid #545D38;
	border-bottom: 4px solid #545D38;
	border-top: 4px solid #657043;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.40);
	margin-top: 65px;
	margin-bottom: 65px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
aside h1 {
	color: #353C17;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	margin-left: 12px;
	padding-bottom: 10px;
}
aside h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
aside a:link, aside a:visited {
	color: #42603B;
}
aside a:hover, aside a:active {
	color: #2A4228;
}
aside li {
	list-style-type: none;
	color: #2D2D2D;
	word-spacing: 2px;
	margin-top: 20px;
	line-height: 30px;
}
footer h1 {
	color: #65696E;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	text-align: center;
	padding-top: 10px;
	border-top: 5px solid #65696E;
	font-weight: bold;
}
footer ul li {
	list-style-type: none;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	word-spacing: 2px;
}
