@charset "utf-8";

h1 {
	width:840px;
	margin:20px auto 0 auto;
	height:40px;
	background-image:url(../img/header_marker.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
	font-size:20px;
	line-height:40px;
	border-bottom:#ff5050 solid 1px;
}

.contactWidth {
	width:840px;
	margin-left:auto;
	margin-right:auto;
}

.contactWidth hr {
	border:0;
	border-bottom:#303030 dotted 1px;
}

.marginBottom {
	margin-bottom:40px;
}