.pePic {
   width:200px;
   height:200px;
   margin: 0 5px;
   float:left;
   margin:5px 5px 0 0;
}

.pePic img {
   width:100%;
}

.peText {
   -moz-float-edge: content-box;
   margin:25px 0;
}


#chorderatorPic {
   height:164px;
}

.screenshot {
   border:1px solid #f8f8ff; /* Invisible. Helps with layout. */
   clear:both;
   border-top: 1px white dotted;
}

/* Deal with IE bug with DOM positioning variables.

  If the offsetParent of an element does not have certain styling
  applied to it, the offsetLeft and offsetTop values of the element
  will actually be offset from the grandparent element. Apply zoom:1
  to ensure IE sets the internal "hasLayout" flag on this parent
  element.
*/
#contentText {
   zoom:1;
}

#chorderatorScreenshot {
   border-top: 1px solid #f8f8ff;
}

a img {
   border:none;
}