@charset "utf-8";
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0px;
	color: #5A865B;
	background-color: #D4E1D4;
}
#container {
	width: 960px;
	text-align: left;
	background-color: #D4E1D4;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited{
	color:#565034;
	text-decoration: none;
}

a:hover, a:active{
	color:#5A865B;
	text-decoration: none;
}

header h1 {
	color: #565034;
	font-size: 2.2rem;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
img {
	border: 8px solid #5A865B;
}
header p {
	font-size: 1.2rem;
}
main h1 {
	color: #565034;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 2.2rem;
}
main h2 {
	color: #565034;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.8rem;
}
main ul  {
	list-style-type: none;
}
aside {
	background-color: #D5F0EE;
	border: medium solid #5A865B;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
aside h1 {
	color: #565034;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.6rem;
}

aside a:link, aside a:visited{
	color:#5A865B;
	text-decoration: none;
}

aside a:hover, aside a:active{
	color:#AF9272;
	text-decoration: none;
}

aside ul  {
	list-style-type: none;
}
footer h1 {
	color: #565034;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
footer ul  {
	list-style-type: none;
}
