* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #25292A;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	height: 50px;
}
#wrapper #logo {
	height: 153px;
	background-color: #25292A;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	background-color: #25292A;

}
#wrapper #headerImg {
	background-color: #25292A;
	height: auto;
	width: 800px;
}
#wrapper #bodyArea #left {
	width: 800px;
	float: none;
	background-color: #25292A;
	height: 1000px;
}
#wrapper #bodyArea #footer {
	clear: both;
}
p {
	font-family: Calibri;
	font-size: 14px;
}
