div {
float: left;
}

#container {
background-color: #7882A4;
height:  1800px;
margin-bottom: 40px;
width: 80%;
margin-left:  10%;
outline-style: groove;
outline-color: #4F200D;
outline-width: 8px;
}

.headerofmenus {
width:  100%;
background-color: #CA965C;
height: 75px;
 outline-style: solid;
outline-width: 5px;
outline-color: #4F200D  ;
 }

.contentholder {
background-color: #CA965C;
width: 80%;
margin-left: 10%;
height: 1600px;
margin-top: 39px;
outline-style: double;
outline-color: #393646;
outline-width: 10px;


}
.menubuttons {
background-color: #D1D1D1 ;
height: 50px;
width:  14%;
margin-left: 2%;
margin-top: 1%;
float: left;
outline-style: groove ;
outline-color: #4F200D;
outline-width: 6px;
}

.menubuttons a {
	margin-top: 0px;
	text-align: center;
	display: inherit;
	font-size: 19px;
	font-family: cursive;
	color: black ;
	text-decoration: none;
	

}
.menubuttons a:hover {
	color: #C07F00 ;
}

.headertext {
font-size: 51px;
font-family: Papyrus;
text-align: center;
}

.contenttext {
font-size: 21.5px;
font-family:  Garamond;
font-feature-settings: ;
text-align: center;
margin-top:12px;
}

.othertext{
font-size: 25px;
font-family: Avantgarde;
text-align: left;
font-style: oblique ;
font-weight: 600 ;
text-decoration: underline;
}



img{
width: 35%;	
margin-left: 9.8%;
margin-top: 10px;







}





}