body {
	z-index: 2;
}

.descriptiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	z-index: 1;
	position:absolute;
}

.sidebar {
	float:right;
	border: 1px solid #999999;
	width: 150px;
	padding: 10px;
	background-color: #CCCCFF;

}

.sidebarclear {
	float:right;
	border: 1px solid #999999;
	width: 150px;
	padding: 10px;

}
.bar {
	height: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336699;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: -10px;

}
.testimonial {
	font-size: smaller;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;}