body {
background-color: silver;

}

#container {
background-color: grey;
width: 80%;
float: left;
margin-left: 10%;
border-radius: 10px;	
height: 1450px;
margin-bottom: 40px;
margin-top: 10px;
}

.topbox {
background-color: purple;	
padding-left: 5%;
padding-right: 10%;
padding-top: 2%; 
padding-bottom: 3%;
margin-bottom: 5px;
width: 85%;
height: 50px;
float: top;
clear: top;
font-size: 35px;
}

.sidebarofmenus {
width: 10%;
margin-top: 50px;
background-color: purple;
height: 1400px;
clear: left;
float: left;
}

.contentholder {
background-color: black;
width: 89.5%;
height: 1300px;
margin-right: 3px;
clear: right;
float: right;
color: white;
font-size: 48;
}

.littlebox {
height: 50px;
width: 67px;
background-color: silver;
float: left;
clear: left;
margin-left: 15px;	
margin-top: 60px;
}

.littlebox2 {
height: 50px;
width: 67px;
background-color: silver;
float: left;
clear: left;
margin-left: 15px;
margin-top: 50px;
}

.littlebox3 {
height: 50px;
width: 67px;
background-color: silver;
float: left;
clear: left;
margin-left: 15px;
margin-top: 50px;
}

.littlebox4 {
height: 50px;
width: 67px;
background-color: silver;
float: left;
clear: left;
margin-left: 15px;
margin-top: 50px;
}