div {
float: left;
clear: both;
}

#container {

font-family: 'Vina monospace', monospace;       

background-color: azure;
height: 1500px;
margin-bottom: 50px;
margin-left: 10%;
width: 80%;

}

.menus {
	background-color: steelblue;
width: 272px;
height: 20px;
color: white;
border-radius: 5px;
padding: 10px;
margin: 5px;
float: left;
clear: right;
}

.menuholder {
background-color: cadetblue;
height: 50px ;
margin-left: 10%;
width: 80%

}

.contentarea {
background-color: cadetblue;
width: 80%;
height: 1400px;
margin-top: 20px;
margin-left: 10%;

}

}

