Open the style.css file in an editor and comment out or delete the part where it says #tagline p and #tagline span referring to the quotes.
#tagline p {font-size: 48px; color: #000;/** background:url(images/quote-left.png) no-repeat left top; padding:0px 0px 0 40px;**/ min-height:34px; }
#tagline span {/**background:url(images/quote-right.png) no-repeat right bottom; padding:0 50px 3px 40px; font-size: 24px; color: #000;**/ }
I commented them out so I would not lose the code.