/* media="all" hides styles from NS4.x only - so we'll put styles we want to hide from NS4.x here */
div.cornice {
	background: url(../images/cornice-css/top-left.gif) left top no-repeat;
  } 
div.cornice250 {
	background: url(../images/cornice-css/top-left.gif) left top no-repeat;
  } 
 div.cornice250 h4 {
  background: url(../images/cornice-css/top-right.gif) top right no-repeat;
  padding: 15px;
  margin:0;
  }
div.cornice h4 {
  background: url(../images/cornice-css/top-right.gif) top right no-repeat;
  padding: 15px;
  margin:0;
  }
div.cornicebody {
  background: url(../images/cornice-css/right-border.gif) top right repeat-y;
}
div.cornicefooter {
  background: url(../images/cornice-css/bottom-left.gif) bottom left no-repeat;
  }
div.cornicefooter p {
  background: url(../images/cornice-css/bottom-right.gif) bottom right no-repeat;
  }