/* CSS Document */

/* LEFT SECTION */
div#faqleft {
  background: url(../images/page_backgrounds/references/left.gif);
  background-repeat: no-repeat;
  width: 425px;
  height: 410px;
  position: relative;
  top: 20px;
  left: 42px;
  /*margin-top: 20px;
  margin-left: 42px;*/
  float: left;
}

div#faq {
  width: 411px;
  height: 332px;
  margin-top: 10px;
  margin-left: 5px;
  overflow: auto;
}

p#faqtitle {
  width: 400px;
  margin-top: 10px;
  margin-left: 5px;
  font-weight: bold;
  text-align: center;
}

span.over {
  margin-left: 19px;
}


/* RIGHT SECTION */
div#faqright {
  background: url(../images/page_backgrounds/references/right.gif);
  background-repeat: no-repeat;
  width: 425px;
  height: 410px;
  position: relative;
  top: 20px;
  left: 60px;  
  /*margin-top: 20px;
  margin-left: 20px;*/
  float: left;
}

div#quote {
  margin-top: 5px;
  width: 410px;
  font-weight: normal;
}