div {
	float: left;
	font-size: 25px;
}
/*This makes all the words in the divs to be bigger and for the divs to go to the left.*/

#container{
	background-color: black;
	height: 800px;
	margin-bottom: 40px;
	width: 80%;
	margin-left: 10%;
}
/*Container Closed*/

.menuholder  {
	width: 17%;
	margin-top: 45px;
	margin-right: 3%;
	background-color: purple;
	height: 715px;
	float: right;
}

.contentarea {
	background-color: darkgrey;
	width: 70%;
	margin-left: 4%;
	height: 700px;
	margin-top: 45px;
	padding: 7px;
}

.menubutton {
	background-color: orange;
	height: 70px;
	width: 125px;
	color: white;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	float: right;
}
/*Menu Buttons Closed*/

img {
	padding: 50px;
}

a {
	padding: 15px;
}
