.services {
	width: 300px; 
	vertical-align: bottom; 
	color: #3B2314; 
	font-weight: bold; 
	font-size: 12px; 
	float: left;
	position: relative;
}

.services_left {
	text-align: left;
	margin-left: 2px;
	float: left;
	width: 148px;
	position: absolute;
	bottom: 0px;
	left: 150px;
}

.services_right {
	text-align: right;
	margin-right: 2px;
	float: left;
	width: 148px;
}

.two_col {
	float: left;
	display: inline;
	width: 300px;
	margin: 5px 0px 0px 5px;
	text-align: center;
}
					
.services_image {
	text-align: center;
	margin: 7px;
}