/******************/
/* Sidebar styles */
/******************/

/* First redeclare some styles in main.css */

#main-content  {
  width: 507px;
}
#main-content h1 {
  background-image: url(/images/header_bar_small.gif);
}

/* Now define the new sidebar column */

#sidebar {
  float: left;
  margin-left: 8px;
  width: 245px;
}
#sidebar img {
  display: block;
}