#profile_nav {
  position: relative;
  top: -40px;
  left: 18px;
  background: #000 url(http://static.socialgamer.net/images/dropmenu.jpg) no-repeat;
  width: 813px;
  height: 27px;
}

#profile_nav ul {
  margin: 0px;
  padding: 2px 10px;
  list-style: none;
  text-transform: lowercase;
}

#profile_nav li {
  float: left;
}

#profile_nav a {
  padding: 0 25px 0 0;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#profile_nav p {
  float: right;
}

#profile {
  padding: 5px 30px;
}

#photo {
  float: left;
  width: 120px;
  height: 160px;
}

#info {
  float: left;
  padding-left: 20px;
  width: 300px;
}
#info p {
  margin: 0; padding: 0;
}
#info span {
  padding-left: 15px;
}

#about {
  padding-top: 10px;
  clear: both;
}

#about label {
  float: left;
  width: 150px;
  text-align: right;
  font-weight: bold;
}

#about p {
  width: 300px;
  vertical-align: text-top;
  padding-left: 15px;
  float: left;
}

#about br {
  clear: both;
}

p.status {
  font-size: 16pt;
  font-weight: bold;
}
