video, p {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	float: left;
}

.bigtext {
	font-size: 31pt;
}


div {
float: left;

}

#container {
	background-color: grey;
	height: 1200px;
	margin-bottom: 40px;
	width:90%;
	margin-left: 5%;
	clear: both;
/*allows container to move with browser*/
}

.headerbox {
	width: 80%;
	margin-left: 10%;
	background-color: darkgrey;
	background-color: silver;
	color: black;
	font-family: monospace;
	font-size: 33.5pt;
	clear: both;
}	

.contentmain {
	background-color: darkgrey;
	width: 80%;
	margin-left: 10%;
	height: 1100px;
	margin-top: 10px;
	padding-top: 10px;
	font-family: monospace;
	font-size: 28.5pt ;
	font-weight: bold;
}

img {
	float:left;
	width:50%;
	margin-right:25%;
	margin-left:25%;
	margin-top: 10px;
}

.menubox {
	background-color: lightslategrey;
	height: 50px;
	color: black;
	font-size: 30pt;
	margin-left: 2%;
	float: left;
	font-weight: bold;
	clear: none;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


p { 
	color: black;
	font-size: 18pt;
 }