@CHARSET "ISO-8859-1";

.erpleftcolumn {
	position: relative;
	left: 0px;
	float: left;
	width: 200px;
	}
	
.erpbodytext {
	position: relative;
	width: 500px;
	left: 20px;
	float: left;
	}
	
.erpseparator {
	background-image: url("../images/separator.png");
	position: relative;
	width: 2px;
	height: 500px;
	float: left;
	top: 0px;
	left: 5px;
	}
	
.erprightcolumn {
	position: relative;
	width: 190px;
	left: 30px;
	float: left;
	top: 55px;
	}
	
.recommendations {
	position: relative;
	left: 20px;
	top: 10px;
	}

.recommendationsheader {
	position: relative;
	margin: 0 auto;
	clear: both;
	height: 20px;
	}
	
.recommendationsbody {
	position: relative;
	background-image: url("../images/shadowboxbody.png");
	background-repeat: repeat-y;
	clear: both;
	overflow: hidden;
	}

.recommendationstext {
	position: relative;
	top: 0px;
	left: 25px;
	padding-right: 80px;
	padding-bottom: 20px;
	}

li.recommendations {
	margin: 0px 0;
	}

.recommendationsfooter {
	position: relative;
	}
