#contacts_holder {
	background-image: url(../images/contacts_bdrop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
	width: 969px;
	margin-top: 1px;
}
#main_contact {
	float: left;
	height: 200px;
	width: 935px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-left: 30px;
}
#main_contact a {
	color: #A5D740;
	text-decoration: none;
	font-weight: bold;
}
#main_contact a:hover {
	color: #0099FF;
}

#main_contact img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 33px;
}


#main_contact h1 {
	font-size: 14px;
	line-height: 25px;
}

#contact_left {
	clear: none;
	float: left;
	height: 245px;
	width: 210px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A5D740;
	overflow: auto;
}
#contact_middle {
	clear: none;
	float: left;
	height: 245px;
	width: 210px;
	margin-left: 24px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A5D740;
	overflow: auto;
}
#contact_right {
	float: right;
	height: 245px;
	width: 220px;
	clear: none;
	overflow: auto;
}
#contact_right2 {
	height: 245px;
	width: 220px;
	clear: none;
	overflow: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A5D740;
	float: right;
	margin-right: 24px;
}
