@charset "UTF-8";
/* CSS Document */

h2 {
	padding: 0;
	background-color: transparent;
	color: black;
	text-transform: none;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.1;
}
h3 {
	margin-top: 1em;
}
#mainContent {
	width: 890px;
	margin: 40px 20px 10px;
	background-color: rgb(255,245,232);
}
#mainContent address {
	font-style: normal;
}
#contactInfo {
	position: relative;
	margin: 20px auto;
	width: 575px;
	overflow: auto;
}
#contactInfo>img:first-child {
	float: left;
	margin-right: 1em;
}
h2:first-child {
	margin-top: 0;
}