#contactWrapper {
	position: relative;
	height: 234px;
	width: 700px;
	z-index: 1;
	text-align: center;
	background: url(../media/images/styling/contact_bg.jpg) no-repeat;
	margin: 5px auto 5px;
}
#phoneLeft, #phoneRight, #faxLeft, #faxRight, #addressLeft, #addressRight {
	position: absolute;
	width: 245px;
	font-size: 13px;
	color: #0066FF;
}
#phoneLeft {
	top: 70px;
	left: 35px;
	text-align: right;
}
#phoneRight {
	top: 70px;
	right: 35px;
	text-align: left;
}
#faxLeft {
	top: 105px;
	left: 35px;
	text-align: right;
}
#faxRight {
	top: 105px;
	right: 35px;
	text-align: left;
}
#addressLeft {
	top: 145px;
	left: 35px;
	text-align: right;
}
#addressRight {
	top: 145px;
	right: 35px;
	text-align: left;
}