@charset "UTF-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #151515;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	background-color: #286589;
}
#wrapper {
	background-color: #286589;
	width: 100%;
	min-width: 480px;
	max-width: 1107px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 41px;
}
#hero_intro {
	position: relative;
	clear: left;
}
#hero_intro article {
	width: 50%;
	padding-right: 10px;
	position: absolute;
	right: 11%;
	text-align: center;
	padding-bottom: 10px;
	top: 81%;
}
#hero_intro img {
	width: 100%;
}
h1 {
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
	font-weight: 600;
	font-size: 296%;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #F2CA54;
}
a:visited {
	color: #F5CE6A;
}
a:hover , a:active, a:focus{
	color: #FFFFFF;
	text-decoration: underline;
}
footer {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 9px;
}
article, aside, footer {
	display: block;
}
