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



.headerofmenus {
	width: 90%;
	margin-left: 5%;
	background-color: lightblue;
	height: 5%;
}


.contents {
	background-color: lightyellow ;
	width: 80% ;
	margin-left: 10%;
	height: 80%;
	margin-top: 7%;
	color: palevioletred;
	font-size: 76px;


}



.menu {
	background-color: lavenderblush ;
	height: 25px;
	width: 120px;
	color: black;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;
	clear: none;



}

.P1 {
	font-size: 25PX;
	color: black;
}

img {
	width: 98%;
	height: 45%;
	float: left;
}