#header {
  height: 142px;
  margin-top: 10px;
}

#header #join {
  /*
  position: absolute;
  left: 600px;
  top: 20px;
  
  */
  width: 500px;
}

#header #join input {
  width: 85px;
  float: left;
  margin-left: 5px;
}

#header #join span {
  float: left;
}

#header #follow {
  float: right;
  clear: right;
  margin-top: 3px;
  /*
  position: absolute;
  top: 60px;
  left: 800px;
  */
}

#header #navigation {
  clear: right;
  width: 840px;
  text-align: right;
  position: absolute;
  top: 85px;
  right: 0px;
/*
  position: absolute;
  top: 95px;
  left: 440px;
  width: 800px;
*/
}

#header #navigation ul,
#header #navigation li {
  list-style: none;
  margin: 0 0 0 5px;
  float: left;
}

#header #navigation li {
}

#content {
  width: 950px;
  margin: auto;
  padding-top: 20px;
}


#top-wrapper {
  margin-top: 25px;
}

#featured-profile {
  width: 450px;
  float: left;
}

#featured-profile img {
  float: left;
}

#featured-profile table {
  margin-left: 55px;
  width: 380px;
}

#featured-tweet {
  width: 450px;
  margin-left: 430px;
}

#report-wrapper {
  clear: both;
}



