@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:#f60 url(../images/backgrounds/background-20_200x322.png) top left;
}

div#mainContent, .para, .subPara {
	background-color:#f4dbc6;
}

div#mainContent {
	border:#de8330 10px solid;
}

div#mainContent > img {
	border-bottom:#de8330 10px solid;
}

div#mainContent > img.splash {
	border:none;
}

div#mainNavigation ul li a{
	color: #ff0;
}

legend {
	color:#fff;
	background-color:#de8330;
}
