/* CSS Document */

/* LEFT SECTION */
div#referencesleft {
  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#references {
  width: 411px;
  height: 335px;
  margin-top: 10px;
  margin-left: 5px;
  overflow: auto;
}

p#referencetitle {
  width: 400px;
  margin-top: 10px;
  margin-left: 5px;
  font-weight: bold;
  text-align: center;
}


/* RIGHT SECTION */
div#referencesright {
  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;
}