@charset "UTF-8";
/* CSS Document */

<style type="text/css">
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
}
#outerWrapper {
	width: 100%;
	height: 960px;
	margin: 0px;
	background-color: #000000;
}
#outerWrapper header {
	width: 100%;
	height: 225px;
	background-color: #E1A1F8;
}
#contentWrapper {
	width: 90%;
	height: 900px;
	background-color: #FFFFFF;
	margin-left: 5%;
	margin-right: 5%;
}


#asideWrapper {
	background-color: #03F9F6;
	width: 25%;
	height: 900px;
	float: left;
	overflow: auto;
	border-radius: 0px;
}
nav {
	background-color: #0094F7;
	width: 90%;
	height: 30px;
	margin-top: 176px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
	aside {
	background-color: #C1F700;
	width: 80%;
	margin-top: 0.px;
	margin-left: 63px;
	margin-bottom: 20px;
	float: left;
	border-right-width: thin;
	border-right-color: #000000;
}
#asideWrapper h3 {
	text-align: center;
}
#asideWrapper h1 {
	text-align: center;
}

#mainWrapper{
	width: 75%;
	height: 900px;
	float: left;
}
	main {
	background-color: #71F608;
	width: 95%;
	float: right;
	margin-right: 2.5%;
	margin-left: 2.5%;
	background-size: cover;
}
#asideWrapper h2 {
}
#asideWrapper h2 {
	background-color: #BFBBBB;
	margin-top: 70px;
}
#outerWrapper footer {
	background-color: #242424;
	height: 200px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	padding-top: 50px;
}
</style>
