/*dynamic style sheet for colourways related to the current section*/
h2, h3, h4  { 
	color: #522814;  /*dark brown */
} 
div#level4_nav ul { 
	background-color: #616694;
}
div#level3_nav ul {
    background: #F15F23 url(../images/sm_nav_tab.gif) repeat-x; /* orange bg dark brown tab */
}
div#level3_nav li.current { 
	background-color: #522814;  /*dark brown */
} 
div#level4_nav li { 
	background-color: #522814;  /*dark brown */
} 
div#level4_nav a { 
	border-right: 1em solid #616694; 
} 
div#branding_secondary { 
	right: 333px; /*change this value to position the graphic left or right in the space*/
	top: 30px;
} 
div#branding_secondary h2, div#branding_secondary h3 { 
	/*replace the text with the graphic */
	position: absolute;
	height: 90px;
	width: 624px;
	background: url(../images/sm_sharing_memories.gif) no-repeat;
	text-indent: -9999px;
	color: #522814;  /*dark brown */
}
/* the link colour */
div#content_main a, div#content_supplementary a {
	color: #522814;  /*dark brown */
}
strong, label {
	color: #522814;  /*dark brown */
}
div#content_header input {
	color: #522814;  /*dark brown */
}

