#pageHeader h1 {
	color: #ffffff;
	margin: 0px;
	font: 2em small tahoma, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 5px;
}

#pageHeader h2 {
	color: #ffffff;
	margin: 0px;
	font: 0.9em small tahoma, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	padding-left: 10px;
}
#pageHeader, .blog-archive-headings-wrapper {
	background-color: transparent;
}

#header_left {
	position: absolute;
	height: 68px;
	width: 68px;
	top: 0;
	left: 0;
	background: url(../../../images/header/background/red/left.png) no-repeat;
}
#header_center {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0;
	height: 68px;
	background: url(../../../images/header/background/red/center.png) repeat-x #000;
}
#header_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 68px;
	height: 68px;
	background: url(../../../images/header/background/red/right.png) no-repeat;
}
