
div{
border: double;
border-color: darkblue;
clear:both;
float:left;
}

body{
background-color: black;
}

#container{
height: 1100px;
width: 95%;
background-color: lightblue ;
/* comment this is a yellow for the timbers*/
border-radius: 10px;
padding: 1%;
float: top;
}

/*new selector for header*/
#header {
background-color: blue;
height: 100px;
width: 95%;	
float: left;
clear: both;
}



#contentarea{
background-color: red; 
height: 85%;
width: 93%;
padding: 1%;
float: left;
clear: left;

}
/* we need content area and header */
 


.menubox{
	height: 96px;
	width: 13%;
	border-radius: 10%;
	padding: 1%;
	margin: 1%;
	background-color: turquoise ;
	color: white:;
	clear: right;
	float: left;
}

img{
height: 15%;
width: 15%;
border-radius: 10%;
}