@charset "UTF-8";

#background_image {
	background-image: url(contactcontentold.jpg);
	height: 500px;
	width: 813px;
	float: left;
	position: relative;
}
#contact_text {
	float: left;
	position: relative;
	width: 653px;
	margin-right: 200px;
	text-align: center;
	clear: both;
	height: 500px;
	padding-top: 5px;
	padding-right: 150px;
	padding-bottom: 40px;
	padding-left: 80px;
	font-size: large;
}
#background_image #contact_text #contactinfo #ph {
	font-size: x-large;
}


#background_image #contact_text #contactinfo p {
	font-weight: bold;
}
#background_image #contact_text #contactinfo #address p {
	margin: 0px;
	padding: 0px;
}
#background_image #contact_text h1 {
	font-size: large;
}

.clear{
	clear:both;
	}
