body {
	background-image: url("https://c1.staticflickr.com/2/1471/26462603061_81132ec722_b.jpg");
}/* background image */


div {
 border: 2px ;
 border-radius: 2px;
 float: left;
}


#container {
width:84%;
background-color:lightsteelblue;
margin-left:8%;
clear: both;
}

.pageheader {
height: 100px;
width: 100%;
background-color:steelblue;
text-align: center;
clear: both;
}

#menuholder {
padding: 2%;
margin: 2%;
width: 16%;
background-color: pink;
}

.textcontainer {
/*height: 600px;*/
width: 71%;
background-color:gray;
margin-left: 4%;
}


.minimenu {
margin-top: 13px;
height: 50px;
width: 90%;
background-color: lightslategray;
text-align: center;
}


