@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#wrapper {
	width: 900px;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #999999;
}
#wrapper #Logo {
	height: 81px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #Navagation {
	height: 35px;
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../Images/MtHood.jpg);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #left {
	width: 900px;
	float: left;
	background-color: #999999;
}
#wrapper #bodyArea #right {
	float: right;
	background-color: #999999;
}
#wrapper #bodyArea #Footer {
	height: 40px;
	clear: both;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	line-height: normal;
	margin: 20px;
}

