div {
float: left;
}


#container {
background-color: blue;
height: 1800px;
margin-bottom: 40px;
width: 80%;
padding: 50px;
clear: both;
}

.sidebar {
background-color: skyblue;
height: 800px;
margin-left: 5%;
width: 10%
}

.contentholder {
background-color: silver;
height: 800px;

margin-left: 5%;
margin-right: 5%;
width: 60%;
}


.minimenu {
clear: both;
background-color: purple;
height: 40px;
width: 80%;
color: lightblue;
margin: 4%;
padding: 4%;
border-radius: 5px;
}

img{
	width: 90%;
	/*height: 300px;*/
	margin: 5%;
}

b{
	color: darkblue;
	width: 90%;
	/*height: 300px;*/
	margin: 5%;
}