@CHARSET "ISO-8859-1";

.servicesleftcolumn {
	position: relative;
	left: 0px;
	float: left;
	width: 200px;
	}
	
.servicesbodytext {
	position: relative;
	width: 500px;
	left: 20px;
	float: left;
	}
	
.servicestextlist {
	position: relative;
	width: 100%;
	left: 100px;
	float: left;
	}
	
.servicesseparator {
	background-image: url("../images/separator.png");
	position: relative;
	width: 2px;
	height: 500px;
	float: left;
	top: 0px;
	left: 5px;
	}

.servicesrightcolumn {
	position: relative;
	width: 190px;
	left: 30px;
	float: left;
	top: 55px;
	}