@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
   
*/

#mainContent, .para, .subPara, .subContentDivision {
	background-color:#ffc;
}

#subContent.homepage {
	background:none;
}
.subContentNews {
	background-color:#ffc;
	border:#ffc solid 5px;
}
#subContent.multi {
	background-color:transparent;
}
#mainContent {
	border:#363 10px solid;
}

#mainNavigation ul li a {
	color: #ff0;
}
