@charset "UTF-8";
#logo {
	margin-top: 1%;
	margin-left: 3%;
	position: absolute;
	border: medium solid #FFCC99;
	background-color: #000000;
	position: fixed;
	padding: 0.5em;
	float: left;
}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navBar {
	margin-top: 4%;
	position: fixed;
}
fieldset {
	margin-left: 30%;
	margin-top: 10%;
	width: 50%;
	position: absolute;
	padding: 1em;
	border: medium solid #FFCC99;
	background-color: #111111;
}
#check {
	position: absolute;
	left: -900px;
}
#courseNav {
	margin-left: 15%;
	margin-top: 10%;
	width: 12%;
	position: fixed;
}