/* body text */
body {
  color: #444444;
  background: url(assets/body-bg.png) repeat-x #CCCCCC;
}

/* main card and sidebar widths */
#primary {
  width:67%;
}
#secondary {
  width:28%;
}

/* top bar background color; text colors */
#menu {
  background: #9C0000;
}
#menu a {
  color: #EEEEEE;
}

/* header text */
h1, h2 {
  color: #664444;
}


/* card headers etc */
.card-frame > .card-header {
  background: #C0D9C0;
  font-weight: normal;
  color: #333333; 
}