body{
	background-color: bisque;
}

.header{
	height: 90px;
	width: 95%;
	background-color: olive;
	margin-right: auto;
	margin-left: auto;
	font-size: 32pt;
	text-align: center;
	font-family: Impact;
	color: coral;
	clear:both;
	border: maroon;
	border-radius: 5px;
	margin-bottom: 20px;

}
/*Stylizes the "Killa Styles" title at the top of each webpage*/

.container{
	height: 780px;
	width: 75%;
	background-color: papayawhip;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 5px;
	border: black;
	border-radius: 3px;
}
/*Stylizes the backround container on each webpage*/

.menuholder{
	height: 85px;
	width: 85%;
	background-color: burlywood;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	border: black;
	border-radius: 5px;
	padding-left: 115px;
	margin-bottom: 50px;
}	
/*Stylizes the submenu holder*/
.submenu{
	/*height: 40px;*/
	/*width: 20%;*/
	min-width: 15%; 
	background-color: darkkhaki;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	padding-bottom: 8px; 
	margin: 5px;
	margin-bottom: auto;
	border: orange;
	border-radius: 3px;
	text-align: center;
	font-size: 18pt;
	font-family: Impact;\
	margin: auto;
	position: relative;
	clear: right;
	color:coral;
}
/*Stylizes each submenu button*/
.textbox{
	height: 500px;
	width: 95%;
	background-color: darkolivegreen;
	margin-right: auto;
	margin-left: auto;
	color: moccasin;
	padding: 5px;
	text-align: center;
	font-size: 32px;
	font-family: Arial;
	padding-top: 15px;
	clear: both;
}
/*Stylizes the text holder*/
img {
	width: 300px;
	height: 300px;

}
/*Sets specifications for my images*/
