#header {
	height: 123px;
	width: 800px;
	margin-top: 0px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 22px;
}
#search {
	background-color: #6C6694;
	height: 40px;
	width: 800px;
	margin-left: -400px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #87A3D5;
	position: absolute;
	left: 50%;
	top: 145px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #87a3d5;
}

#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3F5CD;
	position: absolute;
	height: 24px;
	width: 171px;
	right: -30px;
	top: 9px;
	z-index: 100;
	letter-spacing: 1.75px;
}
