/* ------------  links styles  ------------ */
body {
  text-align: center;
  background: #ffcccc;
}

#column-1 {
  float: left;
  width: 50%;

  /* border: black solid 1px; */
  /* background: #ffff99; */
}

#column-2 {
  float: right;
  width: 50%;

  /* border: black solid 1px; */
  /* background: #66ff66; */
}

#column-2 p{
  padding: 0 0 2em 0;
}


/* ------------  masthead styles  ------------ */
#masthead {
  text-align: left;
}


/* ------------  art-swath styles  ------------ */
#art-swath {
  background-image: url(../images/swath-red.jpg);
}

#art-swath p {
  color: #990066;
/*   color: #660066; */

  /* border: black solid 1px; */
}
