* {
	background: #fff;
	}
BODY {
	font-family: times, serif;
	color: black;
	}

#logo IMG {
	width: 341px;
	height: 91px;
	}

#navbar,
#languages,
#contact A,
#colorize {
	display: none;
	}

.thumb {
	margin-bottom: 1.6em;
	}
.thumb.right {
	float: right;
	margin-left: 1.6em;
	}
.gallery {
	position: relative;
	}
.thumb.left,
.gallery .thumb {
	float: left;
	margin-right: 1.6em;
	}

#bottom {
	margin: 22px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid #ccc;
	}
#bottom P {
	margin: 0;
	line-height: 1;
	font-size: .85em;
	}

.clear {
	clear: both;
	}