#footerArea {
	clear: both;
	float: left;
	height: 70px;
	width: 100%;
	background-color: #FFF;
}
#footer {
	float: left;
	height: 55px;
	width: 802px;
	padding: 15px 10px 0 10px;
}
#copyrightArea {
	float: left;
	height: auto;
	width: 608px;
	line-height: 1.8;
}
#searchArea {
	float: left;
	height: auto;
	width: 230px;
}
.searchText {
	float: left;
	height: 18px;
	width: 138px;
	padding: 0 5px;
	border: 1px solid #e7e7e7;
}
.searchBtn {
	background-image: url(../images/searchbtn.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 52px;
	border: 0;
	cursor: pointer;
	margin: 2px 0 0 10px;
	display: inline;
}

#footerNav {
	float: left;
	height: auto;
	width: auto;
}
#copyright {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin: 5px 0 0 0;
}

#logo {
	float: right;
	height: auto;
	width: 194px;
	text-align: right;
	padding: 15px 0 0 0;
}
