div {
	padding: 10px;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
}

.container {
	height: 2900px;
	width: 70%;
	background-color: black;
	padding: 30px;
	/*main box formating*/
}
.header {
	height: 80px;
	width: 80%;
	background-color: orangered;
	clear: both;
	/*menu outline box formating*/
}
.textbox {
	height: 300px;
	width: 80%;
	background-color: white;
	clear: both;
	/*text box formating*/
}
.imagecontent {
	height: 2400px;
	width: 80%;
	background-color: skyblue;
	clear: both;
	/*image box formating*/
}


.menubox {
	background-color: black;
	height: 50px;
	width: 120px;
	color:  white;
	margin:  5px;
	float:  left;
	text-align: center;
	font-size: ;
	/*formating for small menu boxes*/
}

img{
	/* image formating */
	width:  80%;
	margin-left:  10%;
	/*image format*/
}