div#content h1{
	color: #054260;
	font-weight: normal;
	margin: 0 0 20px 0;
}
div#content p{
	margin: 0 0 10px 0;
}

/* gallery */
div#gallery{
	width: 100%;
}
div#gallery div{
	width: 100%;
	float: left;
	margin: 20px 0;
}
div#gallery div a{
	float: left;
	margin: 0 0 10px 0;
}
div#gallery div img{
	padding: 2px;
	float: left;
	background: #fff;
	margin: 0 0 0 28px;
	border: none;
}
div#gallery div img.first{
	margin: 0;
}

/* contact */

dl#contact_form{
	width: 100%;
	float: left;
	margin: 20px 0;
}
dl#contact_form dt{
	width: 170px;
	float: left;
	text-align: right;
	margin: 0 0 10px 0;
	font-size: .85em;
}
dl#contact_form dd{
	width: 380px;
	float: left;
	margin: 0 0 10px 10px;
}

dl#contact_form dd input, dl#contact_form dd textarea{
	border: none;
	border: 1px solid #fff;
	background: #d5ce8f;
	width: 300px;
}
dl#contact_form dd input{
	height: 24px;
	line-height: 24px;
}
dl#contact_form dd textarea{
	height: 215px;
}
div#contact_buttons{
	padding: 0 0 20px 190px;
	float: left;
}
div#contact_buttons ul{
	list-style: none;
	width: 100%;
	float: left;

}
div#contact_buttons ul li{
	float: left;
	padding: 0 20px 0 0;
}
div#contact_buttons ul li input{
	border: none;
	background: url(../images/contact-button-bg.png) repeat-x;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 10px;
	color: #fff;
	font-size: .85em;
}
div#contact_description{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	color: #054260;
	font-weight: normal;
	text-align: center;
}
div#QE_Toolbar{display: none !important;}