#quotearea {   
   width: 500px;
   height: 190px;
   padding: 10px;
   margin: 15px auto;
   list-style:none;
}
#qoutearea li {list-style:none;}

#quoterotator {
}
#quoteauthor {
   display: block;
   text-align: left;
   font-weight: bold;
   font-style: normal;
   color:#3A4D7E;
}

#quotearea blockquote.style3 {
  line-height:26px;
  font-size: 16px;
  font-style: italic;
  color: #666;
  margin: 5px;
  background: url(images/top-quote.gif) top left no-repeat;
  }
#quotearea  blockquote.style3 span {
    display: block;
    background: url(images/bot-quote.gif) bottom right no-repeat;
} 

