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

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

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

#contentWrapper {
        background-color: #fff;
}

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

footer {
        background-color: #185441;
        color: #fff;
	min-height: 40px;
}

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

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
















