/* These are for browsers or browser versions that don't support gradients. */
/* This is only being applied to non-IE browsers because IE doesn't use
   background-color for gradients, and so modern IE versions will try to
   apply both these background-color values and the gradient. */

div.sidenav {
  background-color : #FCFCFC;
}

div#header {
  background-color : #F4F6F8;
}

div#main {
  background-color : #FCF6B4;
}

div#container {
  background-color : #FFFFFF;
}

