/* media="all" hides styles from NS4.x only 
   - so we'll put styles we want to hide from NS4.x here */
   
/* ====================================================================
No Drop Shadow
-------------------------------------------------------------------- */
div.Article {
  background: url(images/t-left-big.gif) top left no-repeat;
  } 
div.Article h3 {
  background: url(images/t-right-big.gif) top right no-repeat;
  padding:15px;
  margin:0;
  }
div.ArticleBody {
  background: url(images/t-rightborder.gif) top right repeat-y;
  }
div.ArticleFooter {
  background: url(images/b-left-big.gif) bottom left no-repeat;
  }
div.ArticleFooter p {
  background: url(images/b-right-big.gif) bottom right no-repeat;
  }

/* ====================================================================
Drop Shadow
-------------------------------------------------------------------- */

div.HeaderArticle {
  background: url(images/t-left-big.gif) top left no-repeat;
  } 
div.HeaderArticle h3 {
  background: url(images/t-right-header.gif) top right no-repeat;
  padding:15px;
  margin:0;
  }
div.HeaderArticleBody {
  background: url(images/t-rightborder-header.gif) top right repeat-y;
  }
div.HeaderArticleFooter {
  background: url(images/b-left-header.gif) bottom left no-repeat;
  }
div.HeaderArticleFooter p {
  background: url(images/b-right-header.gif) bottom right no-repeat;
  }