@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------- */
/* ----------------------- MAIN PAGE STYLES ------------------------ */
/* ----------------------------------------------------------------- */

#content_holder {
	background-image:url(../images/contact/background_main.jpg);
}

#panel {
	background-image:url(../images/contact/birds_group.jpg);
	background-repeat: no-repeat;
	background-position: 48px 167px;
}

#contact_copy {
	position: absolute;
	left: 32px;
	top: 327px;
	width: 500px;
	font-size: 13px;
	color: #666;
	line-height: 18px;
}

	#contact_copy img {
		margin-bottom: 15px;
	}

#contact_copyblock {
	position: absolute;
	left: 600px;
	top: 247px;
	width: 350px;
	font-size: 12px;
	color: #666;
	line-height: 16px;
}

ul#copyblock {
	padding: 15px 0 0 0;
}

li#headline {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

li#copy {
	font-size: 12px;
	line-height: 16px;
}

li#link a {
	font-size: 12px;
	line-height: 16px;
}