/*
 * 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.
	height: 303px;
	text-align: right;
 */
	background: rgb(255,255,255) url(images/header6.jpg) 330px 5px no-repeat;		
}

#logo {

/*
 * Inherit these from styles.css unless there is a reason to change them.
width: 773px;
height: 203px;
text-align: right;
padding-right: 20px;
padding-top: 100px;
 */
}


#logo a {
/*
 * Inherit these from styles.css unless there is a reason to change them.
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 48px;
	color: #5C722A;
 */
	color: rgb(200,255,128);
}
#logo H2
{
/*
 * Inherit these from styles.css unless there is a reason to change them.
font-size: 10px;
text-transform: uppercase;
color: #5C722A;
 */
	color: rgb(255,255,255);
}
#header-credit {
/*
 * Inherit these from styles.css unless there is a reason to change them.
 */
	color:	rgb(200,200,200);
}
#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.
 */
	color:	rgb(200,200,200);
}
