.img1 {
	color: white;
	position: fixed;
	top: 30px;
	left: 65px;
}
#img2 {
	position:fixed;
	left: 540px;
	top: 170px;
}
.banner {
	background-color:white;
	color: black;
	position: fixed;
	top: 30px;
	left: 30px;
	width: 1000px;
	height:100px;
	font-size:25px;
	border-bottom-color: black; 
	border-bottom-style: solid;
}

.menu {
	background-color: white;
	color: white;
	position: fixed;
	top: 150px;
	left:30px;
	width: 150px;
	height:490px;
	border-right-style: solid;
	border-right-color: black;
}
.content {

	color: black;
	position: fixed;
	top: 150px;
	left: 200px;
	width: 830px;
	height:490px;
	font-size: 20px;
	Padding-left:30px;
	Padding-top:0px;
	font-family: Arial;
}

.footer {
	background-color: white;
	color:black;
	position: fixed;
	top: 660px;
	left: 30px;
	width: 1000px;
	height: 50px;
	border-top-style: solid;
	border-top-color: black;
	font-family: Arial;
}
h1 {
	Padding-left:170px;
	font-family: Arial;
}
p {
Padding-left: 20px;
}
a {
	color:black;
}
p {
	font-family: Arial;
	color:black;
}
