@charset 'UTF-8';

/* -----------------------------------------------------------------------------
 * Container > Wrapper > Content
 * -------------------------------------------------------------------------- */
div#content {
  float: left;
  width: 665px;
}

div#content h2 {
  width: 645px;
  margin: 0 0 16px 20px;
  font-size: 100%;
}

div#content h2 a {
  position: relative;
  display: block;
  width: 232px;
  height: 50px;
  background-image: url(/user/img/profile.gif);
  background-color: #fff;
  background-repeat: repeat-x;
  color: #999;
  font-weight: normal;
}

div#content h2 a span {
  position: absolute;
  top: 32px;
  left: 22px;
}

/* Container > Wrapper > Content > Content Navigation */
div#content div#c_nav {
  margin-bottom: 20px;
  border-bottom: 5px solid #f29600;
}

div#content div#c_nav ul {
  height: 26px;
  margin: 0;
}

div#content div#c_nav ul li {
  list-style: none;
  float: left;
}

div#content div#c_nav ul li a:link,
div#content div#c_nav ul li a:visited {
  display: block;
  width: 133px;
  height: 26px;
  background-repeat: repeat-x;
  background-position: 0 0;
  text-decoration: none;
  text-indent: -9975px;
  /*\*/
  overflow: hidden;
  /**/
}

div#content div#c_nav ul li a:hover,
div#content div#c_nav ul li.selected a:link,
div#content div#c_nav ul li.selected a:visited {
  background-position: 0 -26px;
}

div#content div#c_nav ul li.nav1 a {
  width: 152px;
  background-image: url(/user/img/prof_c_navicon1.gif);
  text-indent: -9880px;
}

div#content div#c_nav ul li.nav2 a {
  background-image: url(/user/img/prof_c_navicon2.gif);
}

div#content div#c_nav ul li.nav3 a {
  background-image: url(/user/img/prof_c_navicon3.gif);
}

