div {
	float: left;

}


#header {
	width: 80%;
	clear: both;
	height: 140px;
	background-color: #DA7000;
	border: solid;
	border-radius: 10px;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 50px;
	text-align: center;
	min-width: 411.625px;
}

#container {
	clear: both;
	margin-top: 40px;
	margin-right: 25%;
	margin-left: 25%;
	margin-bottom: 40px;
/*This makes space for the container*/
	width: auto;
	height: auto;
/*This controls the width and height*/
	border: solid;
	border-radius: 10px;
/*This controls what the border looks like*/
	background-color: #006512;
/*Color of the background of the container*/
	color: black;
/*Color of text and border*/
	padding: 10px;
/*How far the text is from the border*/
min-width: 500px;
max-width: 50%;
}

.SubMenu {
	width: auto;
	height: auto;
	background-color: #FFE4C7;
	border: solid;
	border-radius: 10px;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 1px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}

.HelloImage {
width: 80%;
margin-left: 10%;
clear: both;
background-color: white;
border: transparent;
}











#title {
	width: 80%;
	height: auto;
	background-color: #801F15;
	border: solid;
	border-radius: 10px;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 50px;
	text-align: center;
	/*float: left;*/
	/*clear: left;*/
}

.word_area {
	width: 80%;
	height: auto;
	background-color: #801F15;
	border: solid;
	border-radius: 10px;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 150%;
	padding: 5px;
	/*float: left;*/
	/*clear: left;*/
}













body {
	background-color: #03869F
}
/*Color of Background*/