h1,h2,h3,h4,h5,h6 {
color: #006EC2;
}

a:link {
	color: #053056;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #006EC2;
	text-decoration: underline;
}
	
#header {
	background-image: url(http://www.cibcommunications.co.uk/images/img/logos/cib_logo_creative.png);
	background-repeat: no-repeat;
}
#nav-secondary-main {
	background-color: #053056;

	background-image: url(http://www.cibcommunications.co.uk/images/img/nav/corners/corner-creative.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

blockquote p.quote {
color: #006EC2; /* lighter blue for visibility */
/*color: #053056;*/
}