
.content {
	width: 601px;
	/*
	position: relative;
	top: 0px; FIXME: why doesnt this work right?
	*/
}

div.body-image {
	margin-bottom: 15px;
}

div.body-image img {
	display: block;
}

#overlay {
	position: absolute;
	top: -16px;
	left: 383px;
}

.content .promo {
	display: block;
	float: right;
	
	margin: 0px 0px 15px 20px;
}

#services { /* NOTE: id needed for the borders */
	width: 601px;
	margin-top: 10px;
	clear: both;
	
	border: 1px solid white; /* IE style */
	border-style: hidden; /* FF style */
}

table.services td {
	border: 20px solid white;
	border-bottom-width: 0px;
	border-top-width: 0px;
}
