/* adds a margin to the bottom of the sidebar for the contact information to sit in, total margin is 10000 minus given negative margin
  
#sidebar {
  margin-bottom: -9720px !important
}
*/

#sidebar {
  width: 160px;
  background-image: none;
}

#right-sidebar h1, #right-sidebar h2 {
  color: #FFFFFF;
}

#content {
  width: 555px !important;

}