/*******************************************************************************
	AUTHOR:		Timothy Higgins
	CONTACT:	timothymichaelhiggins@gmail.com
*******************************************************************************/

	/***************************************************************************
		Testimonial styles.
	***************************************************************************/
	div.testimonials{
		width: 800px;
		background-image: url('image/paper_top.jpg');
		background-position: center 35px;
		background-repeat: no-repeat;
		margin: auto;
	}
	div.testimonials div.page{
		text-align: center;
	}
	div.testimonials div.page img{
		display: inline;
	}
	div.testimonials div.page img.s{
		border-bottom: 4px solid #ff6699;
	}
	div.testimonials hr{
		border-width: 1px 0 0 0;
		border-style: dotted;
		border-color: #c0c0c0;
	}
	div.testimonials p{
		font-family: cursive;
		line-height: 24px;
	}
	div.testimonials p.signature{
		font-family: cursive;
		font-style: oblique;
		color: #999999;
		text-align: right;
	}
