#pageHeader {
	height: 175px; /* If you wish to change the height of your header, change this value to reflect the new dimensions ::NOTE: 	IF YOU CHANGE THIS VALUE THEN YOU MUST ADD OR SUBTRACT THE VALUE TO:
	#navcontainer "top: 142px;"
	#pageHeader #skin "height: 175px;"
	#pageHeader #title "height: 142px;"
*/
background: #ffffff url(../../images/custom/my-header.jpg);
}

#pageHeader #skin {
	height: 175px; /* If you wish to change the height of your header, change this value to reflect the new dimensions ::NOTE: 	IF YOU CHANGE THIS VALUE THEN YOU MUST ADD OR SUBTRACT THE VALUE TO:
	#navcontainer "top: 142px;"
	#pageHeader #skin "height: 175px;"
	#pageHeader #title "height: 142px;"
*/
}

#pageHeader #title {
	height: 142px;
	min-height: 142px;
	max-height: 142px;
 /* If you change these heights of your header, change the value of the following to reflect the new dimensions:
	#navcontainer "top: 142px;"
	#pageHeader #title "height: 142px;"
*/
}

#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 */
}

#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 */
}

#container {
	width: 835px; /* If you wish to change the width of your site and header, change this value to reflect the new dimensions :: NOTE: IT IS BEST TO INCREASE THE WIDTH BY MAGNITUDE 107px to keep the navigation buttons working properly */
}

#navcontainer {
	top: 142px; /* If you wish to change the width of your site and header, change this value to reflect the new dimensions ::NOTE: 	IF YOU CHANGE THIS VALUE THEN YOU MUST ADD OR SUBTRACT THE VALUE TO #navcontainer "top: 142px;"*/

		width: 648px; /* If you change the width of your site and header, change this value to reflect the new dimensions less 187px for the for the sidebar :: NOTE: IT IS BEST TO INCREASE THE WIDTH BY MAGNITUDE 107px to keep the navigation buttons working properly */
		
		min-width: 648px; /* If you change the width of your site and header, change this value to reflect the new dimensions less 187px for the for the sidebar :: NOTE: IT IS BEST TO INCREASE THE WIDTH BY MAGNITUDE 107px to keep the navigation buttons working properly */
}

.photo-background {
		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/your-image-title.jpg); **remove this comment syntax to enable use of an image background*/
}



