@charset "utf-8";
body  {
	font-size: 1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #583916;
	background-color: rgba(249,244,239,1.00);

}
#container {
	width: 1000px;
	background-color: rgba(247,238,228,1.00);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}


a:link, a:visited {
	color: #D3AB78;
	font-size: 21px;
}


a:hover, a:active {
	color: #789E79;
}
h1 {
	color: #8163AB;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 37px;
	text-align: center;
	padding-top: 7px;
}
img {
	border-width: thick;
	width: 500px;
	-webkit-box-shadow: 0px 0px 10px;
	box-shadow: 0px 0px 10px;
	border-radius: 137px / 134px;
	margin-left: 250px;
}
p {
	font-size: 20px;
}
header p {
	text-align: center;
	font-size: 18px;
}

main h1 {
	color: #3A2207;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 37px;
	padding-top: 0px;
}

main .p2 {
	text-align: center;
	font-size: 17px;
}


main h2 {
	color: #7E5122;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 27px;
	margin-left: 10px;
}

ul li p {
	font-size: 18px;
}

aside {
	background-color: #FCF8F3;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-top: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
}
aside h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #2B5A70;
	font-size: 27px;
	text-align: left;
}
aside a:link, aside a:visited {
	color: #8DB0DF;
}
aside a:hover, aside a:active {
	color: #BCB264;
}
footer h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 25px;
	color: #8163AB;
}
footer ul {
	list-style-type: none;
	text-align: center;
	margin-left: -40px;
	margin-top: -10px;
	padding-bottom: 20px;

}
footer a:link, footer a:visited {
	font-size: 17px;
	color: #E09AC8;
}
footer a:hover, footer a:active {
	color: #D97E7E;

}
