@charset "utf-8";

/* Colour to the layout is all in this page... This includes the background images for the ENTIRE page.

   Author: Max Clements [max at clements dot za dot net]
   (c) African Children's Choir 2008
   
*/

body {
	/* background-image:url(../images/blueLT.jpg); */
	background:#39c url(../images/backgrounds/bg_geom_300x186px.png) left top;
}

div#mainContent {
	background-color:#b1d7e7;
}

div#mainContent {
	border:#069 10px solid;
}

div#mainContent > img {
	border-bottom:#069 10px solid;
	margin-bottom:2em;
}

div#mainContent > img.splash {
	border:none;
}

div#mainNavigation ul li a{
	color: #ff0;
}

legend {
	color:#fff;
	background-color:#069;
}

/*
	background text colors for text area's
*/
.para, .subPara {
	background-color:#b1d7e7;
}
