@CHARSET "ISO-8859-1";

.contactleftcolumn {
	position: relative;
	left: 0px;
	float: left;
	width: 200px;
	}
	
.contactleftcolumntext {
	position: relative;
	left: 18px;
	top: 55px;
	width: 90%;
	}
	
.contactbodytext {
	position: relative;
	width: 500px;
	left: 20px;
	float: left;
	}
	
.contactseparator {
	background-image: url("../images/separator.png");
	position: relative;
	width: 2px;
	height: 500px;
	float: left;
	top: 0px;
	left: 5px;
	}
	
.contactrightcolumn {
	position: relative;
	width: 190px;
	left: 30px;
	float: left;
	top: 55px;
	}
