/* not in use
#pageHeader h1 {
	position: absolute;
	top: 100px;
	left: 50px;
	z-index: 2;
}

#pageHeader h2 {
	position: absolute;
	top: 110px;
	right: 50px;
	z-index: 2;
}

#pageHeader img {
	position: absolute;
	right: 40px;
	top:  20px;
}
