/*
 * This stylesheet will override the settings in style.css to change the header to use header2.jpg
 * The font colours may need to be adjusted to compensate for the different background colours of the different images.
 */
#header {
/*
 * Inherit these from styles.css unless there is a reason to change them.
 */
	background: rgb(255,255,255) url(images/header15.jpg) 330px 5px no-repeat;		
}
#logo {
/*
 * Inherit these from styles.css unless there is a reason to change them.
 */
}
#logo a {
/*
 * Inherit these from styles.css unless there is a reason to change them.
 */
}
#logo H2 {
/*
 * Inherit these from styles.css unless there is a reason to change them.
 */
}
#header-credit {
/*
 * Inherit these from styles.css unless there is a reason to change them.
 */
}
#header-credit a, #header-credit a:visited, #header-credit a:hover, #header-credit a:link {
/*
 * Inherit these from styles.css unless there is a reason to change them.
 */
}
