/* First, import the default set of styles. */
@import url(default.css);

/*
  You can now override or customize any styles below.
  In the event of future upgrade, only default.css will
  change.
*/

/* Import a color theme. */
@import url(paleberry.css);

/* Example: To hide or turn off the payment module. */
/* 
.payment {
  display: none;
}
*/

#header {
  background-image: url(../images/cjug-logo.gif);
  background-repeat: no-repeat;
  padding: 80px 0 0 0;
}
