/*	This CSS customises the colours, fonts, etc. 		*/
/*	for www.stcolumb.org.uk/ringers/				*/
@import "../boilerplate.css"; /* main defaults	*/
@import "../layout3c.css";	/* structure CSS		*/
@import "../menus.css";		/* menus		*/

body {
	background-color: #36F;		/* dark blue */
}

/* highlight links	*/
p a {
color: #36F;    /*  text to match background   	*/ 	
}

/* set colours for DIVs defined in layout3c.css	*/
#header {
	text-align: center;
	color: #FFF;			/* white text */
	background-color: #36F;	/* dark blue background */
}

#leftback {
	background-color:#BCF;	/* paleblue */
}
#centreback {
	background-color:#FFF;	/* white */
}
#rightback {
	background-color:#BCF;   /* pale blue */
}
#footer p, #footer a {
	color: #FFF;				/* white text */
	background-color: inherit;	/* background to match canvas*/
} 