body {
	margin: 0px;
	background-color: #acaeb4;
}
div#logo_bg {
	background: url(../../images/logo_bg.png) top repeat-x;
	padding-top: 78px;
}
div#main_bg {
	background: url(../../images/main_bg.png);
	padding-top: 250px;
}
div#grille {
	background: url(../../images/spots_1.png);
}
div#grille_bg {
	background: url(../../images/contact_bg.png) top repeat-x;
	padding: 20px;
}
div#grille_bg img.photo {
	background: #acaeb4;
	padding: 4px;
	border: 2px solid #2e313a;
	float: left;
	vertical-align: middle;
}
div#map_holder {
	width: 80%;
	background: #acaeb4;
	padding: 4px;
	border: 2px solid #2e313a;
	position: absolute;
}
div#map {
	padding-top: 160px;
	position: relative;
}
div#map span {
	font-size: 1px;
}
div#map div {
	line-height: 30px;
}
div#contact {
	background-color: #bec0c5;
	padding: 20px;
	border-top: 10px solid #999999;
}
div#button_down, div#button_up {
	position: absolute;
	top: 130px;
	left: 50px;
	z-index: 2;
}
div#button_down a, div#button_up a {
	background: url(../../images/button.png) top left no-repeat;
	padding-top: 145px;
	width: 145px;
	display: block;
	height: 1px;
}
div#title {
	background: url(../../images/text_bg.png) top repeat-x;
	background-color: #bec0c5;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
}
a img {
	border: 0px;
}
img#logo {
	position: absolute;
	top: 0px;
	left: 10px;
}
div#feature {
	background: url(../../images/feature.png) center no-repeat;
	width: 100%;
	padding-top: 250px; /* as per main_bg */
	height: 1px;
	position: absolute;
	top: 78px; /* as per main_bg */
	right: 20px;
	z-index: 1;
}
div#text_area {
	padding: 20px;
}
div#users {
	background: #f0f0f0;
	padding: 10px;
	border: 1px solid #cccccc;
}
div.spacer {
	clear: both;
}
div#indent {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 15px;
	border-left: 20px solid #e0e0e0;
	overflow: auto;
}
.topped {
	margin-top: 50px;
}
div#form_holder {
	float: left;
	width: 60%;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dashed #999999;
	text-align: right;
}
div.error_box {
	border: 1px solid #FF6666;
	background: #FFcccc;
	padding: 5px;
	margin-bottom: 2px;
	text-align: right;
}
div#confirmation_box {
	border: 1px solid #525e85;
	background: #9ab1fa;
	padding: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 150px;
}
