@charset "utf-8";
/* CSS Document */

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent blockquote {
  width: 39em;
  font-size: 1em;
  font-style: italic;
  padding-left: 4.5em;
  padding-top: 1em;
  background: url(/imgs/global/quote.gif) left top no-repeat;
}
#pgContent blockquote p {
  
  padding-bottom: 1em;
  background: url(/imgs/global/quote2.gif) right 100% no-repeat;
}
#pgContent blockquote span {
  font-size: 0.8em;
  position: relative;
  top: 1em;
  left: 6em;
  color: #d2812a;
  
}
*:first-child+html #pgContent blockquote span {
  left: 3.5em;
}

#pgContent img {
  width: 12.5em;
  height: 12.5em;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  position: relative;
  top: 0.5em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
