* {
	margin: 0px;
	padding: 0px;
}
#Wrapper {
	background-color: #f7f7f7;
	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;
	position: relative;
}
#Wrapper #Logo {
	background-color: #FFF;
	height: 100px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Wrapper #Navigation {
	height: 35px;
}
#Wrapper #Img {
	height: 250px;
	background-image: url(../images/BlackES1_forWeb.jpg);
	background-repeat: no-repeat;
}
#Wrapper #bodyArea #left {
	width: 550px;
	float: left;
}
#Wrapper #bodyArea #right {
	width: 250px;
	float: right;
}
#Wrapper #bodyArea #footer {
	height: 40px;
	float: none;
}
#Wrapper #bodyArea #footer {
	clear: both;
	height: 40px;
}
#Wrapper #headerImg {
	height: 250px;
	background-image: url(../images/BlackES1_forWeb.jpg);
}
