#container {
	width: 90%;
	height: auto +200px;
	background-color: black;
	float: left;
	clear: both;
	margin-left: 5%;
	margin-bottom: 50px;
}

#title {
	width: 30%;
	height: auto;
	background-color: #504600;
	float: left;
	clear: left;
	margin-right: 25%;
	margin-left: 25%;
	padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 20px;
	min-width: 150px;
	text-align: center;
}
/*the top bar with the title of the site*/



#contentholder {
	width: 50%;
	background-color: #504600;
	float: left;
	clear: left;
	margin-right: 25%;
	margin-left: 25%;
	margin-bottom: 50px;
	min-width: 150px;
}
/*keeps all the site's content other than the title contained*/


body {
	background-color: #504600;
	color: yellow;
	font-size: 20px;
}

div {
	border: 3px solid yellow;
	border-radius: 1px;
	padding-top: 5px;
}

a {
	color: yellow;
}

#header {
	width: 88.7%;
	height: auto;
	background-color: #504600;
	float: left;
	clear: left;
	margin-bottom: 20px;
	margin-right: 1%;
	margin-left: 0.3%;
	padding-right: 5%;
	padding-left: 5%;
	min-width: 150px;
}
/*menus go in here*/

.menu {
	width: 100px;
	height: 60px;
	background-color: #504600;
	float: left;
	clear: all;
	font-size: 25px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: center;
}
/*Links to other pages on the website*/

#textarea {
	width: 87%;
	background-color: #504600;
	float: left;
	clear: left;
	margin-left: 1%;
	margin-right: 2%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 20px;
	min-width: 150px;
}
/*a box to hold text*/

.intextbox {
	width: auto;
	background-color: #504600;
	float: right;
	clear: right;
	padding-right: 30px;
	margin-left: 8px;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	max-width: 180px;
	padding-bottom: 20px;
	min-width: 150px;
}
/*a box inside the text area*/
