div {
	float: left;
	clear: both;
}


#container {
	background-color: grey;
	height: 1000px;
	margin-bottom: 40px;
	width: 100%;
	border-radius: 30px;
}

.sidebarmenu {
	width: 7%;
	margin-top: 10px;
	margin-left: 2%;
	background-color: black;
	height: 835px;
	clear: none;
	border-radius: 20px;
}

.contentholder {
	background-color: seagreen;
	width: 80%;
	margin-top: 15px;
	margin-left: 5%;
	height: 800px;
	clear: none;
	border-radius: 30px;
}

.menutab {
	background-color: yellow;
	width: 10vh;
	margin-top: 5vh;
	height: 10vh;
	margin-left: 2vh;
	border-radius: 15px;
	float: left;
	clear: both;
	font-size: 20px;
}

img { 
	height: 35vh;
	width: 50vh;
	margin-left: 10%;
	margin-top: 5%;
 }




.mainparagraph {
	font-family: Roman;
	font-size: 30px;
	color: whitesmoke;
}

.infoparagraph {
	font-family: bold;
	font-size: 30px;
	color: yellow;
}

