/*

Three consecutive nice yellows:
#C8AB07		
#E9C708
#ECCF2B

*/

body.mainbody {
	background-color: #ECCF2B;
}
div.headerlogorow {
	text-align: center;
	padding-top: 15px;
}
div.navigationrow {
	background-color: #E9C708;
	padding-top:20px;
	padding-bottom:20px;
}
div.footerrow {
	background-color: #393939;
	color: #E3E3E3;
	padding-top:20px;
	padding-bottom:20px;
}
