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