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

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

#header img {
	margin: 10px 15px 10px 15px;
        height: 100px;
}

#contentWrapper {
        background-color: #fff;
}

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

footer {
        background-color: #b79f6f;
        color: #000;
	min-height: 40px;
}

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

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
















