div {
float: left;	
}

img {
float: left;
}


#container {
/*height: 950px;*/
width: 90%;
margin-left: 5%;
background-color: maroon;
padding: 30px;
border-radius: 50px;
}

#header {
/*height: 8%;*/
/* we disabled height, header will expand to fit child menus */
width: 60%;
margin-left: 10%;
margin-right: 10%;
background-color: 	#FDB515;
text-align: center;
padding: 5px;
margin-top: 2%;
}

.menutabs {
color: #F0EBEA;
font-size: 22pt;
/* fonts are pt for point size */
/*width: 18%;*/
margin-left: 2%;
text-align: center;
}

.textarea {
color: darkblue;
background-color: #FDB515;
height: 700px;
width: 70%;
padding: 5%;
clear: both;
margin-top: 10%;
margin-left: 10%;
margin-right: 10%;
font-size: 20px;
/*text-align: center;*/
}

#logo {
float: left;
width: 10%;
height: 40px;
}

.website {
color: beige;
background-color: 
}

#fanlogo {
width: 10%;
height: 40px;
clear: both;
}