
.header {
	background-color: lightgrey;
	height: 100px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	clear: both;

}


.title {
	background-color: grey;
	height: 60px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: xx-large;
    font-style: italic;
}

#container {
	background-color: black;
	height: 70000%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;

}



.menubox {
	background-color: darkgray;
	height: 50px;
	width: 120px;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 5px;
	float: left;
	margin: 10px;

    
}


.textcontent{
	background-color: white;
	height: 800px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: x-large;
    font-style: italic;
}

img{
	float: left;
	height: 650px;
	width: 500px;
	margin-right: 25%;
	margin-left: 25%;

	
}


