/* css containing structure */
@import url("structure.css"); 

/* css containing colors */
@import url("colors.css");

/* content on the right and sidebar on the left */
#content {
  float: right;
}

#sidebar {
  float: left;
}