/* CSS Document */

body {	margin:0px;
		background: #FFF;
		text-align:center;
}

div#wrapper {width:674px;
			margin:0 auto;
			text-align:left;
			position: relative;
			display:block;
}

h1 { font-size: 12px; color:#FFFFFF; padding:20px 0 auto 20px; font-weight:bold; margin: 3px 0 0 12px;  }

.testimonial {
width:380px;
float:left;
margin:15px 0 30px 0;
}
.left-quote {
float:left;
background:url(/images/quote-left.jpg) no-repeat top;
width:68px;
height:77px;
}
.testi-text {
float:left;
text-align:justify;
width:300px;
padding-right:65px;
background:url(/images/quote-right.jpg) no-repeat right bottom;
}
.testi-pic {
float:left;
width:77px;
height:104px;
margin-left:70px;
display:inline;
}
.testi-name {
clear:both;
padding-left:90px;
padding-bottom:40px;
/*float:left;
padding:30px 0 0 15px;*/
}



