/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }
body { margin: 0px; padding: 0px; background-color:#cbdea8;	}
img {border:none; }
div { margin: 0px; padding: 0px; }
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
.box-header
	{
	color: #000000;
	border: none;
	width:100%;
	}

.box-footer
	{
	width:100%;
	clear: both;
	border: none;
	}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
#container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 729px;
	
	}
.columns-float
	{
	width: 100%;
	height:100%;
	}
.column-one	{	width: 161px;float:left;	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { float:left; width:77%;}
/* */
.column-one-content, .column-two-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 
*/
.box-wrap, .columns-float, .column-one, .column-two, h2
	{ position: relative; }



 /* ====================================================================
Custom corners and borders
-------------------------------------------------------------------- */
/* Styles we want all browsers to see */
body {
background: #b1c2d0;
font-family: Trebuchet MS, Geneva, Helvetica, sans-serif;
}

div.Article {
  background: #ffffff;
  position:relative;
  }
div.Article h2 {
  font-size:1.7em;
  padding:12px;
  
  } 
div.Article h3 {
  font-size:1.3em;
  padding:10px 0px 0px 0px;
  
  }
div.ArticleBody {
  padding:15px 17px 0px 15px;
  margin:0px;
  margin-top:-1.7em;
  }
div.ArticleBody p{
  font-size: 13px;
  text-align:justify;
  padding:0px;
  margin-bottom:0px;
}


/* 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/cstm_corners_topleft_b.gif) top left no-repeat;
  } 
div.Article h2 {
  background: url(/images/cstm_corners_topright_b.gif) top right no-repeat;
  padding:12px;
  margin:0;
  }
div.Article h3 {
  background: url(/images/cstm_corners_topright_b.gif) top right no-repeat;
  padding:12px;
  margin:0;
  text-align:center;
  }
div.ArticleHeader h3 {
  background: url(/images/cstm_corners_topright_b.gif) top right no-repeat;
  padding:10px 10px 1px 10px;
  margin:0;
  }
div.ArticleBody {
  background: url(/images/cstm_corners_rightborder_b.gif) top right repeat-y;
  }

div.ArticleHeader {
  font: 12px/1.5 Geneva, Arial, Helvetica, sans-serif;
  background: #ffffff;
  border:none;
  position:relative;
  background: url(/images/cstm_corners_topleft_logo_b.gif) top left no-repeat;
  }
div.ArticleFooter {
  background: url(/images/cstm_corners_bottomleft_b.gif) bottom left no-repeat;
  }
  div.ArticleFooterBody {
  background: url(/images/cstm_corners_rightborder_b.gif) top right repeat-y;
  font-family:Arial, Helvetica, sans-serif;
  font-size:9px;
  line-height:normal;
  text-align:center;
  }
div.ArticleFooter p {
  background: url(/images/cstm_corners_bottomright_b.gif) bottom right no-repeat;
  padding:0px 5px 5px 5px;
  margin:-5px 0px 0px 0px;
  }

