/* Profile */
#content div.content_body.userspace {
  float: left;
  width: 640px;
}
#content div.content_body.userspace div.body {
  position: relative;
  margin-left: 10px;
}
#content div.content_body.userspace div.body h2.title {
  margin-left: -5px;
  margin-bottom: 0;
}
#content div.content_body.userspace div.body div.photos {
  position: absolute;
  right: -5px;
  top: 30px;
}
#content div.content_body.userspace div.body div.photos ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
#content div.content_body.userspace div.body div.photos ul li {
  float: right;
  margin-left: 5px; 
}
#content div.content_body.userspace div.body div.photos img {
  max-width: 65px;
  max-height: 65px;
}
#content div.content_body.userspace div.body .roles {
  margin-bottom: 5px;
}
#content div.content_body.userspace div.body .summary {
  line-height: 15px;
  width: 350px;
  margin-bottom: 40px;
}
#content div.content_body.userspace div.body .inf {
  overflow: hidden;
  margin-bottom: 25px;
}
#content div.content_body.userspace div.body .biography {
  width: 500px;
/*
	larger body sizes
  line-height: 13px;
*/
}
#content div.content_body.userspace div.body .biography h6 {
  margin-bottom: 15px;
}

