div {
float: left;
}


#container {
	background-color: green;
	width: 80%;
	margin-bottom: 20px;
	margin-left: 10%;
	/*height: 950px;*/
	border-radius: 15px;
}

.headeroftitle {
	width: 70%;
	margin-left:15%;
	/*height: 40px;*/
	background-color: tomato;
	text-align: center;
	font-size: 25pt;
	margin-top: 5%;
	border-radius: 20px;
}

.headerofmenus {
	width: 70%;
	margin-left: 10%;
	padding-left: 10%;
	/*height: 60px;*/
	background-color: tomato;
	text-align: center;
	font-size: 25pt;
	margin-top: 5%;
	border-radius: 20px;
}


.submenu {
	height: 45px;
	width: 130px;
	background-color: orange;
	margin-top: 2%;
	margin-left: 3%;
	border-radius: 10px;
	font-size: 16pt;

}	

.textarea {
	width: 70%;
	margin-left: 10%;
	padding-left: 10%;
	height: 1000px;
	/*1800px was too large, so I lowered it to 1000px for size reasons.*/
	background-color: tomato;
	font-size: 18pt;
	margin-top: 5%;
	border-radius: 10px;
}