#header {
	height: 123px;
	width: 800px;
	margin-top: 0px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 22px;
}
#search {
	background-color: #A27E32;
	height: 40px;
	width: 800px;
	margin-left: -400px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #855f32;
	position: absolute;
	left: 50%;
	top: 145px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #855f32;
}

#date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FCF4C5;
	position: absolute;
	height: 24px;
	width: 171px;
	right: -27px;
	top: 12px;
	z-index: 3;
	letter-spacing: 1.75px;
}

