#page {
  padding-bottom: 0;
}

#content {
  width: 38em;
}

#content li {
  list-style: none;
  margin: 0;
}

#content div.Featured {
  width: 370px;
  overflow: hidden;
  float: right;
  margin-bottom: 2em;
  width: 29em;
}

#content div.photo {
  position: relative;
  float: none;
  height: 8.5em;
  width: 8.5em;
}

#content div.photo .photo_flash {
	position: absolute;
}

#content div.photo a {
  background: none;
  height: 8.5em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 0;
  width: 8.5em;
}

#content div.photo a span {
  background: url(../img/backgrounds/community_mask.png) no-repeat center -9.5em;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

#content div.photo a {
  filter: alpha( opacity = 75);
  opacity: .75;
}

#content div.photo a:hover {
  filter: alpha( opacity = 100);
  opacity: 1.00;
}

#content div.photo a:hover span {
  background-position: center -9.5em;
}

#content div h3.Group {
  font-weight: bold;
  text-transform: capitalize;
  clear: both;
}

#content div p {
  font-weight: normal;
}

#content ul {
  margin-bottom: 2em;
  clear: right;
}

#content li {
  background: none;
  padding-left: 0;
}

#content div.lightbox {
  width: 52em;
}

.lightbox h3 {
  font-weight: bold;
}

.lightbox p.sifr {
  margin: 1em 0;
}