.topBorder, .middle, .bottomBorder {
	overflow:hidden;
	width:815px;
}
.topBorder {
	background-image:url(../media/images/header/topBorder.png);
	height:10px;
}
.middle {
	height:220px;
}
.bottomBorder {
	background-image:url(../media/images/header/bottomBorder.png);
	height:4px;
	font-size:1px;
}

.leftBorder, .center, .rightBorder{
	float:left;
	height:220px;
}
.leftBorder {
	background-image:url(../media/images/header/leftBorder.png);
	width:10px;
}
.center {
	width:795px;
}
.rightBorder {
	background-image:url(../media/images/header/rightBorder.png);
	width:10px;
}

.centerTop, .centerBottom {
	width:795px;
}
.centerTop {
	height:29px;
}
.centerBottom {
	height:191px;
}

.dateDisplay, .search {
	float:left;
	height:27px;
}
.dateDisplay {
	background-image:url(../media/images/header/dateDisplayBackground.png);
	width:583px;
	border: 1px solid #bbbbbb;
}
.headerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#e7e8ea;
	padding-left:12px;
	padding-top:8px;
	float:left;
}
.search {
	background-image:url(../media/images/header/searchBackground.png);
	width:208px;
	border: 1px solid #bbbbbb;
}
.searchBox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	width:115px; 
	height:11px;
}