@charset "utf-8";
* {
	margin: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#wrapper {
	background-color: #565454;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
}
#wrapper #headerImg {
	background-image: url(../Buttons%20and%20Graphics/Banner.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
#Text {
	height: 200px;
	width: 800px;
	background-color: #565454;
}
#wrapper #Text #image {
	float: left;
	width: 84px;
	margin-right: 5px;
	margin-left: 5px;
}

#wrapper #navigation {
	height: 35px;
	background-color: #565454;
}
#wrapper #logo {
	height: 84px;
}

