body{
background-color: darkslateblue;
}
/* this is where i will edit the size of the images and where they will go*/ 
img{
width: 20%;
margin-left: 10%;
}

div {
float: left;
clear: Left;
}

/* creation of the container, it is made very big so that everything can fit inside it */
#container {
height:  760px;
width: 90%;
margin-left: 5%;
background-color:lightblue;
}




#menuholder{
width: 83%;
margin-right: 10%;
margin-left: 9%;
margin-top: 15px;
margin-bottom: 15px;
background-color: darkred;
}



.menuitem{
margin-bottom: 10px;
margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
padding: 2%;
background-color: yellow;
clear: none;
}

#contentholder{
	height: 450px;
	width: 1250px;
	margin-left: 9%;
	margin-right: 10%;
	padding: 5%;
	background-color: darkred;
	font-size: 30px;
}

