

/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */

.column-one-content
	{
	border: none;
	color: #000000;
	}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.column-one, h2
	{ p\osition: relative; }
/* */


 /* ====================================================================
Custom corners and borders
-------------------------------------------------------------------- */
/* Styles we want all browsers to see */
div.Article {
  vfont-size: 12px;  
  border:none;
  position:relative;
  } 
div.ArticleBody {
  padding:10px 0px 10px 5px;
  margin:0;
  margin-top:-1.7em;
  }
div.ArticleFooter {
  }
div.ArticleFooter p {
  padding:15px;
  margin:-2px 0 0 0;
  }



/* 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(../img/custom_corners_topleft.gif) top left no-repeat;
  } 
div.Article h3 {
  background: url(../img/custom_corners_topright.gif) top right no-repeat;
  padding:7px 9px 0px 8px;
  margin:0px 0px 10px 0px;
  }
div.ArticleBody {
  background: url(../img/custom_corners_rightborder.gif) top right repeat-y;
  }
div.ArticleFooter {
  background: url(../img/custom_corners_bottomleft.gif) bottom left no-repeat;
  }
div.ArticleFooter p {
  background: url(../img/custom_corners_bottomright.gif) bottom right no-repeat;
  }
