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;*/
	/* turned off because child objects make auto height */
	background-color: tomato;
	text-align: center;
	font-size: 25pt;
	margin-top: 5%;
	border-radius: 20px;
}

.headerofmenus {
	width: 90%;
	margin-left: 2.5%;
	padding-left: 5%;
	padding-bottom: 5px;
	/*height: 60px;*/
	background-color: tomato;
	text-align: center;
	font-size: 25pt;
	margin-top: 5%;

	border-radius: 20px;
}


.submenu {
	height: 10vh;
	/* can't use pecent for height...    vh  instead  */
	width: 12%;
	padding-left: 1%;
	padding-right: 1%;
	background-color: orange;
	margin-top: 2%;
	margin-left: 1%;
	border-radius: 10px;
	font-size: 16pt;

}	

.textarea {
	width: 70%;
	margin-left: 10%;
	padding-left: 10%;
	height: 1000px;
	background-color: tomato;
	font-size: 18pt;
	margin-top: 5%;
	border-radius: 10px;
}
