/* It is common to set printer friendly styles such as a white background with black text. */
body {
  float: none;
  width: auto;
}
#outerWrapper {
  float: none;
  width: auto;
}
#outerWrapper #header {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper #mainNav {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper #content {
  float: none;
  width: auto;
}
