#wrapper #content {
	width: 955px;
	position: relative;
	display: block;
	background-image: url(../images/contact2.jpg);
	background-repeat: no-repeat;
	height: 689px;
}
#wrapper #content #ContactLinks {
	position: absolute;
	top: 40px;
	text-align: right;
	font-size: 8pt;
	width: 100px;
	left: 50px;
	height: 150px;
	z-index: 20;
}
#wrapper #content #ContactLinks a {
	color: #333333;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
}
#wrapper #content #ContactLinks a:hover {
	color: #037ec4;
	font-weight: bold;
}
#wrapper #content #right_3col {
	float: right;
	width: 510px;
	padding-top: 20px;
	padding-right: 20px;
	height: 100px;
}