/* 
	Basic buff style 
	This requires the inclusion of the blue style for shape
	It just changes the blues to buffs
*/

body	
{
	background-color: #FFFFDD; color: #000000;
}

div.footer-panel p
{
	background-color:#FFFFDD;
}





div.subtitle-panel
{
	background-color: #ddddbb; 
}



/*
		SECTION
*/
div.section
{
	background-color: #DDDDBB;    
}

