body {
background-color: #a238ce;
/*purple color from GIMP eyedropper on the JPG we downloaded  */
}

#container {  
width: 80%; 
padding: 5%;
margin-left: 5%; 
/* do not use more than 100%  */ 
background-color: #208a26; 
/* GREEN CONTAINER*/
border-radius: 75px; 
/* this is more specific by id */ 
float: left;
} 

div { 
	border-radius: 10px; 
} 

img {
	width: 50%;
	float: left;
	margin-left: 25%;
}


#menuheader { 
/*height: 70px; */
/*this will grow to fit the child objects.. menus make it grow..*/
float: left; 
clear: both; 
margin-left: 15%; 
width: 70%; 
background-color: #4ca6c3; 
}  	

.textarea  { 
float: left; 
clear: both; 
margin-left: 15%; 
width: 70%; 
background-color: orange; 
color: white;
}  	 

.menubox { 
height: 25px;
width: 22%;
min-width: 110px;
/* don't let the menu get too small... */
background-color: orange;
float: left;
margin: 1%;
text-align: center;

} 
