@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:#1b167d url('../images/backgrounds/bg_geom_300x186px.png') left top repeat;
}

div#mainContent, div#subContent {
	background-color:#d1d1e5;
}

div#mainContent {
	border:#374395 10px solid;
}

div#mainContent > img {
	border-bottom:#374395 10px solid;
}

div#mainContent > img.splash {
	border:none;
}

div#mainNavigation ul li a{
	color: #ff0;
}

legend {
	color:#fff;
	background-color:#374395;
}
