html { margin: 0px; padding: 0px; }
body
	{
	margin: 20px 10% 10px;
	padding: 0px;
	background-color:#fff;
	}
div { margin: 0px; padding: 0px; }
.box-header
	{
	color: #000000;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.head-float
	{
	float: left;
	width: 650px;
	min-height: 100px;
	}
.head-nav
	{
	margin-top: -3px;
	float: left;
	width: 650px;
	min-height: 31px;
	}
.head-one
	{
	float: left;
	width: 108px;
	padding:0;
	}
.head-two {
font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -3px;
	margin-left: 109px;
}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
	{
	padding-top: 4px;
	float: left;
	width: 650px;
	}
.column-one
	{
	margin-top: -4px;
	float: left;
	width: 150px;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two {
	margin-top: 0px;
	margin-left: 150px;
	margin-bottom: 20px;
	}

/* */
.column-two-content
	{
	border: none;
	color: #000000;
	padding: 0px;
	width: 495px;
	}
	
/* 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, .column-two-content, .head-float, .head-nav,  .content-float, h2, .ArticleBody
	{ p\osition: relative; }
/* */

img 
	{
	border: none;
	}
