@import url(layout.css);

body { background-image: url(../images/contact_bg.jpg); }

#contactInfo {
	background: url(../images/contact_info_bg.png) 5px 0 no-repeat;
	margin: 20px 0 40px;
	padding-left: 80px;
}
#contactInfo h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}