@CHARSET "ISO-8859-1";

.solutionsleftcolumn {
	position: relative;
	left: 0px;
	float: left;
	width: 200px;
	}
	
.solutionsbodytext {
	position: relative;
	width: 500px;
	left: 20px;
	float: left;
	}
	
.solutionsseparator {
	background-image: url("../images/separator.png");
	position: relative;
	width: 2px;
	height: 500px;
	float: left;
	top: 0px;
	left: 5px;
	}
	
.solutionsrightcolumn {
	position: relative;
	width: 190px;
	left: 30px;
	float: left;
	top: 55px;
	}
