	/* controls overall width of testimonial content area
	   and margin space above the first testimonial */
	#testimonial_content_area {
	xwidth: 550px; 
	margin-top: 5px;
	}

	/* for each testimonial; margin-bottom controls the spacing
	   from the end of one testimonial to the start of the next */
	.testimonial_unique {
	margin-top: 0px;
	margin-bottom: 35px;
	clear: both;
	overflow: auto;
	}

	/* controls width of text area;
	   can be no wider than testimonial_content_area, with space for 
	   one image */
	.testimonial_text_area {
	float: left; 
	width: 350px;
	}
	
	/* used for text area when there are no images */
	.testimonial_text_wide {
	float: left; 
	}

	/* this is the left-sided image area, maxwidth should be set to:
	   (testimonial_area width)-(testimonial_text_area width)-this.margin-right */
	.testimonial_left_image {
	float: left; 
	text-align: center; 
	margin-right: 15px; 
	margin-bottom: 5px; 
	margin-top: 5px;
	}

	/* this is the right-sided image area, maxwidth should be set to:
	   (testimonial_area width)-(testimonial_text_area width)-this.margin-left */
	.testimonial_right_image {
	float: left; 
	text-align: center; 
	margin-left: 15px; 
	margin-bottom: 5px; 
	margin-top: 5px;
	}

	/* controls caption inside image area */	
	.testimonial_caption {
	font-weight: normal;
	margin-bottom: 5px;
	}
	
	/* controls testimonial main text */	
	.testimonial_comment {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	}

	/* controls testimonial name tag and space below comment */	
	.testimonial_comment_tag {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #cc5f1b;
	}
	
	/* controls testimonial link and space above link */	
	.testimonial_link {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
	}
