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

/*<group=header image 1>*/

.leftEdge{
	background: transparent;
}

.rightEdge {
	background: transparent;
}

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

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

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

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

/*</group>*/