#group-sidebar
  {
  width: 230px;
  float: right;
  }
  
#group-main
  {
  margin-right: 250px;
  }
  
#group-main table
  {
border:none;
border-left: 3px solid #CCC;
  }
  
#group-main table tr 
  {
  padding: 0px 0px 10px 0px;
  font-size: 110%;
 
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;

  padding-left: 5px;

  }

#group-main ul {
  list-style: none;
}

#group-main ul li h3 {
  line-height: 30px;
  background-color: #eee;
  padding: 0 10px;
  text-transform: uppercase;
  margin: 0;
}

#group-main li ul {
  display: none;
  border: 4px solid #eee;
  margin: 0;
  background: url(/images/form_s.gif) repeat-x bottom;
}

#group-main li ul li {
  border-top: 1px solid #eee;
  padding: 10px 0 5px 0;
  position: relative;
}

.group-content .name {
  margin: 0 0 0 250px;
}

.group-content .name-logged-out {
  margin: 0 0 0 50px;
}

.group-content .more-info-logged-out {
  position: relative;
  top: -18px;
  left: 250px;
}
