/* Quotes and Pull Quotes */
.quote {
   font-size : large;
   font-style: italic;
   margin-left : 10px;
   padding-left : 10px;
   margin-right : 10px;
   padding-right : 10px;
 }

.pullquote {
   width: 35%;
   float:right;
   font-size:125%; color: maroon;
   margin:10px;
   padding:0;
}

.pullquote {
   width: 35%;
   float:right;
   font-size:125%;
   margin:10px;
   padding:0;
   background-image:url(quoteclose.gif);
   background-repeat: no-repeat;
   background-position: bottom right;
   border:1px #ddd solid; /* a temp border */ 
   padding:0px 0px 25px 0px;
}
.pullquote:first-letter {  
   background-image:url(quoteopen.gif);
   background-repeat:no-repeat;
   background-position:left top;
   padding:0px 25px 5px 0px;
}
.pullquote {
    width: 35%;
    float:left;
    font-size:125%;
    line-height:140%;
    font-style: italic;
    margin:10px;
    background: url(quoteclose.gif) no-repeat bottom right !important;
    background /**/:url(); /* removing quote graphic in IE5+ */
    padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
    background: url(quoteopen.gif) no-repeat left top !important;
    padding:5px 2px 10px 35px!important;
    padding /**/:0px;     /* resetting padding in IE5+ */
    background /**/: url(); /* removing quote graphic in IE5+ */
}