#contact-container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#contact-image {
	float: right;
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 400px;
	overflow: hidden;
}

#contact-image img {
	width: inherit;
	height: auto;
	max-width: inherit;
}

#contact-info {
	width: 500px;
	float: left;
	font-size: 9pt;
	white-space: pre-line;
}

.contact-section-separator {
	border-top: 1px solid black;
	margin-top: 1.2em;
	padding-top: 1.2em;
}

.contact-section-title {
	font-size: 10pt;
	color: #666;
}

@media (max-width: 1115px){

	#contact-container {
		width: auto;
		padding: 20px;
	}

	#contact-image {
		float: none;
		margin: 0 auto 20px;
	}

	#contact-info {
		float: none;
		width: 100%;
		text-align: center;
	}
}