body {
	background-image: url("sky.png");
	background-repeat: no-repeat;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
header {
	background-color: #00B386;
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	height: 60px;
	text-align: center;
	padding-top: 15px;
}
nav {
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
main {
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}
a {
	text-decoration: none;
}
h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", serif;
}
h2 {
	color: #00664D;
	font-family: Georgia, "Times New Roman", serif;
}
h3 {
	color: #080860; /*color assignment done match image of board page, not actually mentioned in document*/
	font-family: Georgia, "Times New Roman", serif;
}
dt {
	color: #00664D;
}
ul {
	list-style-image: url("marker.gif");
}
footer {
	font-style: italic;
	font-size: 75%;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	padding: 15px;
}
.barn {
	color: #70DBDB;
	font-weight: bold;
}
#contact {
	font-size: 90%;
}
#wrapper {
	background-color: #FFFFFF;
	margin: auto;
	width: 80%;
	min-width: 900px;
	max-width: 2050px;
	box-shadow: 4px 4px 4px #133926;
}
#heroHome {
	height: 300px;
	background-size: 100% 100%;
	background-image: url(sunsetHorse.png);
	background-repeat: no-repeat;
}
#heroBoard {
	height: 300px;
	background-size: 100% 100%;
	background-image: url(fenceline.png);
	background-repeat: no-repeat;
}
#heroTraining {
	height: 300px;
	background-size: 100% 100%;
	background-image: url(BayBella.png);
	background-repeat: no-repeat;
}