 .jsclass body .randomcontent { /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
        display: none;
    }

    .jsclass body .randomcontent { /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
        display: none;
    }
	
	#testimonialsTop {
		background:transparent url(../images/testimonials_top.gif) no-repeat;
		height:52px;
		width:155px;
	}
	#testimonialsMiddle {
		background:transparent url(../images/testimonials_middle.gif) repeat-y scroll 0% 0%;
		height:5px;
		width:155px;
	}
	#testimonialsBottom {
		background:transparent url(../images/testimonials_bottom.gif) no-repeat;
		height:30px;
		width:155px;
	}
	.testimonialContent {
		line-height:17px;
		margin:10px;
		text-align:left;
	}
	.testimonialAuthor {
		line-height:14px;
		margin:10px;
		text-align:left;font-weight:bold;
	}
    
