@charset "utf-8";
/* CSS Document */

#testimonialboxwrapper{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

#testimonialribbon{
	height: 160px;
	background-image: url(../images/testimonialheader.gif);
	background-repeat: no-repeat;
}

#testimonialbackground{
	width: 600px;
	background-image: url(../images/testimonialboxbg.gif);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#testimonialtextarea{
	width: 560px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	overflow: hidden;
}

#picholder{
	float: left;
	width: 155px;
	height: 165px;
	padding-right: 5px;
	background-image:url(../images/picholder.gif);
	background-repeat: no-repeat;
}

#testimonialsbottom{
	width: 600px;
	height: 46px;
	background-image: url(../images/testimonialboxbot.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#testimonialheader{
	text-align:center;
	font-size: 38px;
	font-family: impact;
	color: #006;
}


	