body {
	margin: 0px;
	background-color: silver;
}

div{
	float:left;

}

p{
	background-color: white;

	min-width:90%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 5px;
	padding-bottom: 5px;


}

h1{
	background-color: white;

	padding-right: 2.5%;
	padding-left: 2.5%;
	padding-top: 5px;
	padding-bottom: 5px;

	font-size: 36pt;
}
h2{
	background-color: white;

	padding-right: 2.5%;
	padding-left: 2.5%;
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-size: 24pt;
}
.container{
	background-color: #D3B7E2;
	width:90%;
	margin-left:5%;
	min-height:750px;
	clear:all;

}


.menuheader{
	background-color: pink;
	
	/*The percentages relating to width correspond with the margins and padding in the menutitle section so that each title is spaced evenly*/
	width:85%;
	margin-left: 5%;
	height:50px;

}

.menutitle{
	background-color: slategray;
	border:1px black solid;

/*Spacing related*/
	min-width:15%;
	padding-left: 1.167%;
	padding-right: 1%;
	margin-left: 2%;

	margin-top:5px;
	height: 30px;
	padding-top: 10px;

/*Text formatting*/

	font-size: 14pt;
	font-family: Bookman, serif;
	color: white;

}

/*When on the a particular page*/
.currentmenutitle{
	background-color: white;
	border:1px black solid;

/*Spacing related*/
	min-width:15%;
	padding-left: 1.167%;
	padding-right: 1%;
	margin-left: 2%;

	margin-top:5px;
	height: 30px;
	padding-top: 10px;

/*Text formatting*/

	font-size: 14pt;
	font-family: Bookman, serif;
	color: slategray;

}

/*When mouse hovers over menutitle...*/
.menutitle:hover{
	color:slategray;
	background-color: white;
}

.textcontent{
	background-color: slategray;

	padding-left: 5%;
	padding-right: 5%;
	width:75%;
	margin-left: 5%;
	margin-top: 10px;
	min-height:500px;

}

.button{
	background-color: white;
	border:1px black solid;
	color:black;

	min-height: 20px;
	min-width: 70px;
	padding:5px;
	float:right;


}

/*when the mouse hovers over a link...*/
.button:hover{
	color: white;
	background-color: black;
}

.twotooneratio{
	float:left;
	clear:left;
	margin-right: 5px;
}

.footer{
	background-color: pink;

	padding-left:5%;
	padding-right:5%;
	margin-left: 5%;
	width: 75%;
	margin-top: 10px;
	min-height: 150px;
}