p {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}



/*blue box*/
#container {
	color:whitesmoke;
	background-color: lightskyblue;
	height: 1300px;
	margin-bottom: 40px;
	width: 1300px;
	margin-left: 10%;
	float:left;
	clear:both;
}

/*sidebar*/
.sidebarofmenus {
	border-radius: 13px ;
	margin-top: 0.9%;
	width:100px;
	margin-left:2%;
	background-color:#cadeee;
	float: left;
	clear: none;
	height: 375px;
}

/*text holder box*/
.contentholder {
	padding-left: 4px ;
	font-size: 16pt ;
	color:whitesmoke;
	background-color: black;
	clear: none;
	width: 1000px;
	margin-left: 5%;
	
	margin-top: 10px;
	float:left;
}

/*website link*/
.pagebox {
	border-radius: 17px ;
	padding-top: 20px ;
	text-align: center;
	float:left;
	background-color: darkgray;
	color: black;
	width: 80px;
	height: 44px;
	margin-top:9%;
	margin-left: 10%;
	margin-right: 10%;
	}

/*header box*/
.header {
	text-align: center;
	color: whitesmoke;
	background-color: darkcyan;
	font-size: 20pt;
	margin: 0.5%;
}

/*images*/
.picture {
	margin-left: 560px;
	width:290px;
	height:170px ;
}