/*
File: home.css
Purpose: Styles specific to the home page
*/

#content {
  width: 21.5em;                                                                /* It would be 21.0 em, except IE7 needs the extra 0.5 em */
}

img.stand-alone {
  margin: 1.2em 0;
}
