@charset "utf-8";
body {
	background-color: #99AEB8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #151515;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 1.04%,rgba(153,174,184,1.00) 68.39%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 1.04%,rgba(153,174,184,1.00) 68.39%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 1.04%,rgba(153,174,184,1.00) 68.39%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 1.04%,rgba(153,174,184,1.00) 68.39%);
}

#wrapper {
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	min-width: 750px;
	max-width: 1000px;
	border-radius: 10px;
}
h1, h2 {
	color: #151515;
	font-family: kaushan-script;
	font-style: normal;
	font-weight: 400;
}
h1 {
	font-size: 72px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	float: none;
}
#sectionone {
	width: 46%;
	margin-left: 2%;
	float: left;
	text-align: center;
}
#sectionthree {
	width: 46%;
	margin-left: 2%;
	float: left;
	text-align: center;
}

#footer {
	clear: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
#sectionfive {
	width: 46%;
	margin-left: 2%;
	float: left;
	text-align: center;
}

#sectionfour {
	width: 46%;
	float: left;
	text-align: center;
}
#sectionsix {
	width: 46%;
	float: left;
	text-align: center;
}

#sectiontwo {
	width: 46%;
	float: left;
	text-align: center;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;


}
figure img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}
#introduction {
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	display: block;
	margin-bottom: 30px;
	margin-top: 96px;
	border-style: double;
	border-radius: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #99AEB8;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF944C;
}
a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav a {
	width: 14%;
	display: block;
	float: left;
	text-align: center;
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: small;
	margin-left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	text-decoration: none;
	background-color: #43A6CB;
}
aside, figure, footer, header, nav, {
	display: block;
}
#top img {
	float: left;
	margin-top: 25px;
	margin-left: 20px;

}
