body{ 
background-color: green;
}


div {
border: 2px solid black;
border-radius: 20px;
color: black;
float: left;
/* watch video on float assignment 3 */
}


#largeheader{
	width:80%;
	height:10%;
	background-color: orange;
	margin-top: 5%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: 25px;
	background-color: white;
	font-size: 100%;

}

#largebox{
	width: 65%;
	height: 98%;
	color: white;
	background-color: white;
	margin-right: 7.5%;
	margin-left: 7.5%;
	margin-top: 7.5%;
	padding-right: 10%;
	padding-left: 10%;
	margin-bottom:10%;
	font-size:30%;

}

.menulinks{
width: 25%;
margin-top:auto;
background-color:lightblue;
clear:both;
}


.hockeyboxheader{
	width: 80%;
	height: 7.5%;
	margin-left:10%;
	margin-right:10%;
	margin-top: 5%;
	margin-bottom: 5%;
	background-color: green;
	text-align: center;
	color: white;
	font-size: 20px;

}
.hockeyboxupperbox{
	width: 90%;
	height: 42.5%;
	margin-left:5%;
	margin-right:5%;
	margin-top: 5%;
	margin-bottom: 5%;
	background-color: blue;
	border: dotted; 
	font-size: 30%;
	text-align:left;

}


.textarea{
	width: 75px;
	height: 75px;
	margin-right: 10%;
	margin-left: 80%;
	margin-bottom: auto;
	float: bottom;
	


}


.biologyboxlowerbox{
	width: 90%;
	height: 40%;
	margin-left:5%;
	margin-right:5%;
	margin-top: 5%;
	margin-bottom: 5%;
	background-color: green;
	text-align: center;
	font: white;
	color: white;
	font-size: 30%;
}

.biologyboxheader{
	width: 80%;
	height: 10%;
	margin-left:10%;
	margin-right:10%;
	margin-top: 5%;
	margin-bottom: 5%;
	background-color: lightgreen;
	text-align: center;
	color: white;
	font-size: 20px;
}

#ByJoshuaBingham{
	width: 85%;
	height: 10%;
	background-color: blue;
	color:white;
	text-align: center;
	margin-top:5%;
	margin-bottom:2.5%;
	font-size: 10px;
	float: center;
	clear: both;
	margin-left:7.5%;
	margin-right:7.5%;

}



