/*	This CSS customises the colours, fonts, etc. 		*/
/*	for www.stcolumb.org.uk					*/
@import "boilerplate.css"; /* main defaults	*/
@import "layout3c.css";	/* structure CSS		*/
@import "menus.css"; /*	menus			*/

body {
	background-color: #006600;		/* dk green	*/
}

#map {				/* container for Goolemap 	*/
	 width: 430px; 
	 height:550px;
	margin: auto;
}
/* set colours for DIVs defined in layout3c.css	*/
#header {
	text-align: center;
	color: #FFF;			/* white text	*/
	height: 100%; 
	min-height: 15em;
	background-image: url(masthead.jpg); 
	background-repeat: no-repeat;
	background-position: right 1em; 
	background-color: #060;	/* dk. green header background	*/
	position: relative;		/* to allow positioning of #subhead  */
	padding-bottom: 3em; 	/* allow room for #subhead	*/
}

#subhead {
	width: 100%;
	height: 3em;
	position: absolute;
	bottom: 0;
}

#leftback {
	background-color:#CFC;	/* left column background colour */
}
#centreback {
	background-color:#CFC;	/* centre column background colour */
}
#rightback {
	background-color:#CFC;   /* right column background colour */
}
#footer p, #footer a {
	background-color:#060;    /* footer background colour */
	color: #FFFFFF;				/* white text	*/
} 

/* highlight links */
p a {
 	color: #060; /* text to match background */
}

























