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

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

#header img {
	margin: 5px 15px 5px 15px;
        height: 110px;
}

#contentWrapper {
        background-color: #f2e7d9;
}

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

footer {
        background-color: #b22222;
        color: #eedfcc;
	min-height: 40px;
}

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

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
















