div {
    float: left;
	clear: both;
}

body{
	background-color: lavenderblush;
}

#container {
	background-color: rosybrown;
	height: 1800px;
	margin-bottom: 40px;
	width: 80%;
	margin-left: 10%;

}

.sidebarofmenus {
	width: 20%;
	margin-top: 30px;
	margin-left: 2%;
	background-color: papayawhip;
	height: 1000px;
	float: left;

}

.contentholder {
background-color:papayawhip;
float: right;
width: 75%;
margin-right: 2%;
height: 70%;
margin-top: 30px;
clear: none;
font-size: 70px;
text-align: center;
font-style: italic;

} 

.titlee {
font-size: 55px;
text-align: center;
font-style: italic;

} 

.maine {
font-size: 50px;
text-align: center;
font-style: italic;

} 

.jayyan {
font-size: 50px;
text-align: center;
font-style: italic;

} 

.jayie {
font-size: 77px;
text-align: center;
font-style: italic;

} 

.menubutton{
	background-color: rosybrown;
	color: black;
	border-radius: 7px;
	height: 50px;
	width: 99px;
	padding: 10px;
	font-size: 27px;
	margin-right: 88px;
	font-style: oblique;
	float: right;
	clear: none;
	margin-top: 5px;
}
