#container {
	width: 1440px;
	margin-left: 240px;
	font-size: smaller;
	color: Blue;
}

#container table{
	 margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 25px;
    margin-left: 25px;
}

body {
	background-color:;
	
}

h1 {
	color:  #24478f;
	float: center;
	font-size: 250%;
	font-family: Nirmala UI;
}

h2 {
	color: #24478f;
	float: center;
	font-size: 250%;
	font-family: Nirmala UI;
}

p {
	color:  #24478f;
	float: center;
	font-size: 150%;
	font-family: Nirmala UI;

	
}

#logo img{
	float:left;
	width: 250px;
	height: 250px;
	
	
}

#landscape {
	float: right;
	width: 1625px;
	height: 250px;
	
}

#banner {
	float: right;
}

#content {
	float: left;
	
}

#info h1{
	float: right;
	top: 80%;
	right: 100%;

}

#border {
	border: 15px;
	border-color: grey;
	border-radius: 25px;
}

#arrow {
	float:right;
	width: 20%;
}

#graph1 {
	width: 500px;
	height: 500px;
}

#text1 p{
	font-size: 150%;
	font-family: Nirmala UI;
	
}

#pagechange {
	margin-top: 2%;
	width: 1440px;
}

#pagechange img {
	width: 2%;
	margin-top: 0.8%;
}

#pagechange h2 {
	
}

#leftarrow {
	margin-left: 2%;
}

#rightarrow {
	margin-left: 92%;
}

#nextpage {
	text-align: right;
}