html, body {
	color: #c2c2c2;
}

#header {
        background-image: linear-gradient(to bottom, #ff8c01, #ff6801);
        height: 120px;
}

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

#headerInfoUser {
        color: #fff;
}

#contentWrapper {
	color: #333;
}

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

footer {
	min-height: 40px;
	background-color: #fff9f0;
	color: #333;
}

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

















