div {
	float: left;
/*	clear: both;*/
}

#container {
	background-color: darkseagreen;
/*	height: 1800px;*/
	margin-bottom: 40px;
	width: 80%;
	margin-left: 10%;
	border-radius: 10px;
}

#header {
	width: 90%;
	margin-left: 5%;
	background-color: white;
/*	height: 200px;*/
	margin-top: 5%;
	border-radius: 10px;
}

.contentbox {
	background-color: white;
	margin-top: 50px;
	margin-left: 5%;
	margin-bottom: 5%;
/*	height: 600px;	*/
	width: 90%;
	border-radius: 10px;
}

.submenu {
	background-color: darkseagreen;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 17%;
	height: 150px;
	border-radius: 10px;
	color: white;
	font-size: 35pt;
	text-align: center;
}

img{
	float: left;
	width: 30%;
	height: 400px;
	margin-left: 35%;
	margin-right: 35%;
	margin-bottom: 10px;
}

p{
	text-align: center;
	font-size: 22pt;
	color: darkseagreen;
}