@charset "UTF-8";
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

header {
	width: 960px;
	height: 250px;
	}

nav{
	height: 100px
	margin: auto;
	width: 960px;
	padding-top: 5px;
	color: #7C7C7C
	font-family: "Helvetica Neue:, Helvetica, Arial, sans-serif;
	background-color: #999FC5;
		
}
li {
	float: left;
	width: 240px;
	text-align: center;
}

ul {
	margin: auto;
	width: 960px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #63AFD5;
	height: 10px;
	
}

aside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #6381FA;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
	height: 600px;
	-webkit-box-shadow: 0px 0px #7A95AC;
	box-shadow: 0px 0px #7A95AC;
}

section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	width: 540px;
	position: relative;
	top: 0px;
	color: #FFFFFF;

	height: 399px;
}


a:link{
	color: #E2C1E5;
	text-decorative: none;	
}

a:visited{
	color:#A401DE
}

a:active{
	color:#C41DEB
}
a:hover{
	color: #36D4F3
}
h1{
	color: #383277;
	text-align: center;
}
h2{
	color: #000000;
	text-align: left;
}
#mjrecord {
	height: 200px;
	width: 204px;
	position: relative;
	left: 530px;
	top: 72px;
}


