table.services {
	width: 359px;
	margin: 0 auto 30px auto;
	font-size: 15px;
	font-family: "Trebuchet MS", sans-serif;
}

table.services tr {
	height: 40px;
}

table.services td.image {
	width: 234px;
	vertical-align: top;
}

table.services td.text {
	width: 125px;
	vertical-align: top;
}

table.services td.left {
	border: 2px solid #242424;
	border-right: 0;
}

table.services td.right {
	border: 2px solid #242424;
	border-left: 0;
}

table.services a:link, table.services a:visited, table.services a:active {
	display: block;
	padding-top: 10px;
	width: 125px;
	height: 30px;
	text-align: center;
	color: #242424;
	background: #FFF;
	text-decoration: none;
}

table.services a:hover {
	background: #3F3F40;
	color: #FFF;
}

table.services img {
	border-left: 1px solid #3F3F40;
	display: block;
}