div {
/*float: left;*/
/*clear: both;*/
}






#container {
background-color: peachpuff;
height: 2100px;
margin-bottom: 40px;
width: 90%;
margin-left: 5%;
float: left;
}


/* really the top menu bar */
.sidebar {
width: 90%;
margin-top: 10px;
margin-left: 5%;
background-color: white;
height: 340px;
float: left;

}



.contentbox {
background-color: white;
width: 90%;
margin-left: 5%;
height: 1900px;
margin-top: 100px;
font-size: 45pt;
padding-left: 20px;
float: left;

}




img {
width:85%;
padding-left: 80px;
margin-top: 30px;
}

.menubox {
height: 75px;
background-color: peachpuff;
float: left;
margin-left: 2vw;
margin-top: 40px;
font-size: 2.8vw;
padding-left: 1%;
padding-right: 1%;
padding-top: 1vh;
}



.factbox{
width: 20%;
height: 100px;
background-color: peachpuff;
float: left;
margin-left: 25px;
margin-top: 50px;
font-size: 24px;

}
