div {
float: left;
clear:both;
}

#container {
background-color: sandybrown;
height: 1000px;
margin-bottom: 10px;
width: 100%;
margin-right: 5;
}

.menuheader {
font-size: 40;
width: 12%;
margin-top: 20px;
margin-left: 2%;
background-color: white;
height: 700px;
clear: none;
}

.contents {
font-size: 15;
background-color: white;
color: black;
width: 70%;
margin-left: 2%;
height: 900px;
margin-top: 20px;
clear: none;
font-size: 25pt;
padding: 10px;
}

/* we want just one class for all the menus  */
.menubox {
background-color: gray;
width: 94%;
height: 110px;
margin-left: 3%;
margin-top: 4px;
}

.redtext {
color: red;

}

.greentext {
color: green;

}



