#contact {
	position: absolute;
	left: 285px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
}

#contact a {
	color: #912A2B;
	text-decoration:none;
	font-weight: bold;
}

#contact_left {
	text-align: right;
	padding-right: 5px;
	border-right: 1px solid black;
	width: 183px;
	height: 78px;
	float: left;
}

#contact_right {
	padding-left: 5px;
	float: left;
	height: 78px;
	width: 183px;
}

#contact_bottom {
	clear: left;
	width: 366px;
	height: 13px;
	text-align: center;
}

#left {
	position: relative;
	float:left;
	left: 10px;
	top: 123px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 5px;
	border-left: 1px solid black;
	width: 183px;
}

#left strong {
	font-size: 14px;
}

#right {
	position: relative;
	float:left;
	left:75px;
	top: 239px;
	width: 183px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	border-right: 1px solid black;
}

