html, body {
	color: #000;
        background-color: #fff;
}

#header {
        background-color: #fff;
	color: #fff;
	height: 120px !important;
}

#header img {
	margin: 0px 15px 0px 15px;
        height: 120px;
}

#contentWrapper {
        background-color: #fff;
}

#leftColumn, #rightColumn {
        background-color: #fef5e6;
}

footer {
        background-color: #097448;
        color: #fbbc5f;
	min-height: 40px;
}

footer a:active,
footer a:link,
footer a:visited {
	text-decoration: none;
	color: #fbbc5f;
}

footer a:hover {
        text-decoration: none;
        color: #fff;
}
















