/* Two-color frames used for photographs */

DIV.picframe {
  margin: 14px;
}

DIV.pftl {
  background: url(bigframetl.gif) top left no-repeat;
  /*border: solid red 1px;*/
}

DIV.pftr {
  background: url(bigframetr.gif) top right no-repeat;
/*  border: solid green 1px; */
}

DIV.pfbl {
  background: url(bigframebl.gif) bottom left no-repeat;
  /*border: solid blue 1px;*/
}

DIV.pfbr {
  background: url(bigframebr.gif) bottom right no-repeat;
  /*border: solid black 1px;*/
}
