/* CSS copyright seyDoggy http://www.seyDoggy.com  */

/*<group=header image 1>*/

.leftEdge{
	background: transparent;
}

.rightEdge {
	background: transparent;
}

#pageHeader {
	background: top left url(../../images/custom3.jpg) repeat-x; /* "top" aligns the image to the top of the box. "left" aligns the image to the left of the box */
	height: 50px; /* Change this height to match the dimensions of the image you use - was 250 */
}

#pageHeader h1 {
	padding-top: 100px; /* use this to adjust the vertical positioning */
	color: #ffffff; /* Change the hex value to suit the image you use */
}

#pageHeader h2 {
	color: #ffffff; /* Change the hex value to suit the image you use */
}

.photo-navigation {
	background: top left url(../../images/custom3.jpg.jpg) no-repeat; /* "top" aligns the image to the top of the box. "left" aligns the image to the left of the box */
	height: 250px; /* Change this height to match the dimensions of the image you use */
}

/*</group>*/
