html,body,div,h1,h2,h3,h4,h5,h6,p,a,img,b,u,i{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body{
	background: #202020;
}

#container{
	background-color:  #801010;
	/*height:  900px;*/
	/* grow to fit all child objects */
	margin-bottom:  20px;
	width: 80%;
	margin-left: 10%;
	float: left;
	clear: both;
	border-radius: 20px;
}

.menu{
	background-color: #505050;
	height: 100px;
	width: 100%;
	float: top;
	border-radius: 10px;

}

.textBox{
	background-color: #c0c0c0;
	/*height:  750px;*/

	width:  96%;
	margin-left: 2%;
	margin-bottom: 4px;
	padding-bottom: 4px;
	float: left;
	margin-top: 25px;
	clear: both;
	border-radius: 15px;
}

.menuBox{
	margin-top: 0px;
	background-color: #804040;
	height:  90px;
	width: 22%;
	float: left;
	margin-left:  1.5%;
	margin-right:  1.5%;
	margin-top: 5px;
	border-radius: 10px;

}

.text{
	margin-top: 10px;
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
}

h1{
	font-size: 350%;
	color: black;
	float: center;
	text-align: center;
}

p{
	font-size: 125%;
	font-family: sans-serif;
}

h2{
	font-size: 175%;
	font-family: sans-serif;
	text-align: center;
}

img{
	width: 30.33%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
}
