/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }

#contentContainer
{
	width: 690px;
	text-align: left;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	padding: 0em 2em 2em 2em;
	z-index: 200;
	voice-family: "\"}\""; 
	voice-family:inherit;
 	width:690px;
}

div { margin: 0px; padding: 0px; }
p {padding: 0px; margin: 0px;}
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */

.box-wrap
	{
	color : #000000;
	background: transparent;
	width: 690px;
	}
.box-header
	{
	color: #000000;
	background: black;
	margin: 0px;
	padding: 0.5em;
	border: none;
	}
	
.box-footer
	{
	background: #999966;
	padding: 0.5em;
	clear: both;
	border: none
	}


/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
	{
	float: left;
	width: 575px;
	display: inline;
	}
.column-one
	{
	float: right;
	width: 460px;
	display: inline;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { margin-right: 460px; display: inline;}
.column-three {margin-left: 575px;}
/* */

* html #column-two {
 ÊÊdisplay: inline;
 ÊÊ}


.column-one-content, .column-two-content, .column-three-content
	{
	padding: 6px;
	border: none;
	color: #000000;
	}
.column-one-content { background: black; }
.column-two-content { background: black; }
.column-three-content { background: black; }
/* VERTICAL PADDING ABOVE COLUMNS */
.box-header
	{ margin-bottom: 30px; }
.column_padding_after
	{
	height:0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	}
/* 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-three, h2
	{ p\osition: relative; }
/* */

