#pageHeader {
		/* background: #1f97d5; /* delete this line if you use an image for a header, otherwise, replace the hexidecimal code with one of your choosing */

		background: #ffffff url(../../images/custom/header1.jpg);
}
#pageHeader h1, .photo-title {
	font-size: 25px; /* This is the size of the Title text */
	/* color: #f1f1f1; /* This is the color of the Title  text */
	color: #005BB1;
}

#pageHeader h2, .photo-caption {
	font-size: 14px; /* This is the size of the Slogan text */
	/* color: #f1f1f1; /* This is the color of the Slogan text */
	color: #338EE4;
}

