﻿/* corners v1.3 multi column for ALL */
/* media="all" hides styles from NS4.x only 
   - so we'll put styles we want to hide from NS4.x here */
div.Article {
  background: url(../images/custom_corners_topleft.gif) top left no-repeat;
  } 
div.Article h3 {
  background: url(../images/custom_corners_topright.gif) top right no-repeat;
  padding:15px;
  margin:0;
  }
div.ArticleBody {
  background: url(../images/custom_corners_rightborder.gif) top right repeat-y;
  }
div.ArticleFooter {
  background: url(../images/custom_corners_bottomleft.gif) bottom left no-repeat;
  }
div.ArticleFooter p {
  background: url(../images/custom_corners_bottomright.gif) bottom right no-repeat;
  }
