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

#header {
	background-color: #fff;
	height: 130px;
}

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

#contentWrapper {
	background-color: #f2f2f2;
	color: #333333;
}

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

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

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

















