body {
  background: #000;
}


#wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1100px;
  height: 850px;
  background: url('../images/public/bg.jpg') bottom right no-repeat;
}

#wrapper_inner {
  margin: 252px 0 0 584px;
}

h1.title {
  display: block;
  float: right;
  margin-right: 20px;
  width: 238px;
  height: 15px;
  background: url('../images/public/title.png') no-repeat;
}

#content {
  display: block;
  margin: 8px 0 0 10px;
  width: 464px;
  height: 379px;
  background: #fff;
}
  #content_inner {
    height: 355px;
    overflow: auto;
  }
    #home_content {
      position: absolute;
      right: 25px;
      bottom: 96px;
    }


/* ---- GENERICS ---- */
h1 span { display: none; }
.inner {
  padding: 12px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* ---- NAVIGATION ---- */
#nav {
  display: block;
  margin-top: 52px;
  padding-left: 2em;
  width: 480px;
}
.nav {
  display: block;
  list-style: none;
}
.nav li {
  margin-right: 24px;
  float: left;
  display: inline;
}
.nav a span { display: none; }

#nav li.home a {
  display: block;
  width: 38px;
  height: 7px;
  background: url('../images/public/nav/home.png') no-repeat;
}
#nav li.book a {
  display: block;
  width: 67px;
  height: 7px;
  background: url('../images/public/nav/book.png') no-repeat;
}
#nav li.vault a {
  display: block;
  width: 73px;
  height: 7px;
  background: url('../images/public/nav/vault.png') no-repeat;
}
#nav li.blog a {
  display: block;
  width: 65px;
  height: 7px;
  background: url('../images/public/nav/blog.png') no-repeat;
}
#nav li.links a {
  display: block;
  width: 70px;
  height: 7px;
  background: url('../images/public/nav/links.png') no-repeat;
}

/* ---- SOCIAL/FOOTER NAVIGATION ---- */
#nav_footer {
  display: block;
  margin: 20px 0 0 8px;
  width: 465px;
  height: 61px;
  background: url('../images/public/social_border.png') no-repeat;
}
#nav_footer .nav li {
  margin: 10px 12px 0 10px;
  float: left;
  display: inline;
}
.nav a span { display: none; }

#nav_footer li.wiki a {
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/public/logos/wiki.png') no-repeat;
}
#nav_footer li.myspace a {
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/public/logos/myspace.png') no-repeat;
}
#nav_footer li.facebook a {
  display: block;
  width: 106px;
  height: 40px;
  background: url('../images/public/logos/facebook.png') no-repeat;
}
.slider {
  height:222px;
}
.slider img {
  width:150px;
}
li {
  list-style: disc inside none;
  margin-bottom:5px;
}