#header {
	height: 123px;
	width: 800px;
	margin-top: 0px;
	margin-left: -400px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #855e33;

}
#search {
	background-color: #993804;
	height: 35px;
	width: 800px;
	margin-left: -400px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #855f32;
	position: absolute;
	left: 50%;
	top: 148px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #855e33;
	z-index: 100;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #855E33;
}

#date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF1C7;
	position: absolute;
	height: 24px;
	width: 171px;
	top: 7px;
	z-index: 3;
	letter-spacing: 1.75px;
	left: 643px;
}
