
.travel_links {
	font-style: italic;
	text-decoration: none;
}

.travel_links:hover {
	text-decoration: underline;
}

#contact_us_buckets {
	position: relative;
	margin-top: 20px;
	width: 526px;
	height: 267px;
	margin-bottom: 50px;
	outline: 0px dashed #f00;
}

#contact_us_buckets img {
	height: 267px;
	float: left;
	margin-right: 10px;
}

#contact_us_buckets_email_link {
	position: absolute;
	left: 375px;
	top: 240px;
	color: #374651;
	font-size: 16px;
	font-weight: bold;
}

*html div#contact_us_buckets_email_link {
	position: absolute;
	left: 375px;
	top: 240px;
	color: #374651;
	font-size: 16px;
	font-weight: bold;
}

#contact_us_buckets_email_link a {
	text-decoration:none;
	color: #fff;
}

#contact_us_buckets_email_link a:hover {
	text-decoration:underline;
}

#content a{

text-decoration:underline;
}

