@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-style: solid;
}
#wrapper #search {
	background-color: #ffffff;
}

#wrapper #logo {
	height: 100px;
	background-color: #ffffff;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 22px;
	background-color: #FFFFFF;
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../images/HeaderImg2.jpg);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #left {
	width: 750px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	color: #E1E1E1;
	background-color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 20px;
}
s

