#CommunityPageTop {
  clear:both;
  overflow:hidden;
}

#CommunityPageTop #CommunityPageTopLeft {
  float:left;
}

#CommunityPageTop #CommunityPageTopRight {
  float:right;
}

#CommunityPageBottom {
  clear:both;
  overflow:hidden;
  margin-top:10px;
}

#CommunityPageBottom #CommunityPageBottomLeft {
  float:left;
  width:200px;
}

#CommunityPageBottom #CommunityPageBottomCenter {
  overflow:hidden;
  padding:0 10px;
}

#CommunityPageBottom #CommunityPageBottomLeftSpan {
  overflow:hidden;
  padding:0 10px 0 0;
}

#CommunityPageBottom #CommunityPageBottomRight {
  float:right;
  width:200px;
}