div{
float: left;
clear: both;
}

#container{
height: 1200px;
width: 80%;
background-color: grey;
margin-bottom: 40px;
margin-left: 10%;
margin-top: 10px;
float: left;
clear: none;
}


.sidebarheader{
width: 10%;
border-width: 10px;
padding: 10px;

margin-left: 2%;
background-color: white;
clear: none;
margin-top: 20px;
border-radius: 15px;
height: 500px;

}
/*this is what holds my menus*/


.menuy {
height: 50px;
width: 70%;
clear: both;	
}


.contentholder{
width: 65%;
margin-left: 5%;
border-width: 10px;
padding: 10px;

background-color: white;
height: 500px;
clear: none;
margin-top: 20px;
border-radius: 15px;
}
/*this is what holds my text*/


.standardtext {
font-size: 14pt;
font-family: 'Roboto', sans-serif;
}


a{
height: 50px;
width: 50px;
padding: 20px;
}

img{
height: 200px;
width: 200px;
margin-left: 5%;
margin-top: 30px;
}