/* global selector  */
div {
	float: left;
	clear: both;
}



#container {
	background-color: black;
	height: 1000px;
	margin-bottom: 30px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	width: 95%;
	border-radius: 40px;
	padding: 10px;
	
}

#menubar {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	border-radius: 40px;
	background-color: white;
	height: 160px;
/*	margin: 10px;*/
}

/* all menubutton options */
.menubutton {
	background-color: mediumseagreen;
	width: 15%;
	height: 130px;
/* round the edges	*/ 
	border-radius: 20px;
/* all the margin */
	margin-left: 3%;
	margin-right: 1.8%;
	margin-top: 15px;
/* text options	*/
	font-size: 20pt;
	font-family: Times New Roman;
	text-align: center;
	color: white;
	clear: none;
/* specific exception, let the menubuttons be side to side	*/
}

#contentholder {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	background-color: lightcyan;
	height: 800px;
	margin-top: 20px;
	border-radius: 40px;
}

p {
	font-size: 12pt;
	font-family: georgia;
}

#title {
	font-size: 15pt;
	margin-left: 20pt;
	margin-top: 30pt;
}

iframe {
	width: 25%;
	margin-left: 2%;
	width: 95%;
	height: 600px;
	
	}

#paragraph {
	margin-left: 15pt;
	font-size: 15pt;
	
}
