#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;" */

		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(../../../header11.jpg);
	}

#pageHeader h1 {
	color: #f1f1f1; /* This is the color of the Title text */
}

#pageHeader h2 {
	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;"*/

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


