/* select all divs */
div {
    float: left;
    clear: both;
}


p {
font-size: 40pt;
margin: 10px;
 }


#container{
    background-color: pink;
    /* no height needed  */
    margin-bottom: 30px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}


.menuheader {
	width: 90%;
    margin-top:25px ;
	margin-left: 5%;
    margin-right: 5%;
    background-color: purple;
}

.menubox {
clear: none;
/* menus can be side by side, clear none */

width: 20%;
margin-left: 3%;
padding: 10px ;

margin-top: 10px;
margin-bottom: 10px;
height: 50px;
background-color: yellow;

}


.menuextra {
margin-left: 50%;    
}




/* 2 cats in the content box*/
.contentholder{
	background-color: tomato;
	width: 80%;
	margin-left: 10%;
    margin-right: 10%;
    margin-top: 100px;
    /* no height, grows to fit all child objects   */
}



 img {
width: 20%;
margin-left: 40%;
 margin-top: 30px;
 }
