/* testimonial group */
#testimonials {display:block;}
#testimonials .memberGroup {display:block;width:450px;margin:0 0 35px 0;}
#testimonials .memberGroup img.memberPhoto {float:left;margin:0 15px 5px 0;border:1px solid #513127;padding:2px;}
#testimonials .memberGroup h1 {margin:0 0 0 0;color:#513127;font-size:14px;}
#testimonials .memberGroup h2 {margin:0 0 10px 0;color:#513127;font-size:14px;}
#testimonials .introQuote, #testimonials .longQuote {display:block;font-size:13px;line-height:1.65em;color:#513127;}
#testimonials .introQuote a {color:#513127;text-decoration:none;cursor:pointer;}
#testimonials .introQuote a:hover {color:#999999;text-decoration:underline;}
#testimonials .longQuote {text-align:justify;}

/* stories group */
#stories {display:block;}
#stories .memberGroup {display:block;width:450px;margin:0 0 25px 0;}
#stories .memberGroup img.memberPhoto {float:left;margin:0 15px 5px 0;border:1px solid #513127;padding:2px;}
#stories .memberGroup h1 {margin:0 0 0 0;color:#513127;font-size:12px;}
#stories .memberGroup h2 {margin:0 0 10px 0;color:#513127;font-size:12px;}
#stories .introQuote, #stories .longQuote {display:block;font-size:10px;line-height:1.5em;color:#513127;}
#stories .introQuote a {color:#513127;text-decoration:none;cursor:pointer;}
#stories .introQuote a:hover {color:#999999;text-decoration:underline;}
#stories .longQuote {text-align:justify;}

.clear {clear:both;}