div{
float: left;
clear: both;
}


#container{
background-color: orange;
height: 1800px;
margin-bottom: 40px;
width: 80%;
margin-left: 10%;
clear: both;
}

.menubox{
background-color: purple;
height: 50px;
width: 90%;
color: white;
float: left;
margin: 5%;
border-radius: 5px;
clear: both;
}


.menusidebar {
font-family: 'Vina sans', cursive;
font-size: 19;
background-color: yellow;
width: 15%;
margin-left: 5%;
height: 550px;
color: blue;
clear: none;
}
	

.contentarea {
background-color: lightblue;
width: 55%;
margin-left: 5%;
height: 550px;
color: black;
clear: none;
padding: 4vw;
}
	




/* image size */
img{
height: 300px;
width: 33%;
float: left;
}