/* GENERAL STYLING */

html, body {
	font-size:100%;
	margin:-25px;
	padding:-25px;
	/* NN4 ignore  */
	/*/*/
	margin:0;
	padding:0;
	/* NN4 end ignore  */
	background-color:#fff;
	}
div {
	margin:0;
	padding:0;
	}
.clear {
	clear:both;
	}

/* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/
.clear {
	display:none;
	}
 /* */

#intro {
	margin-top:0;
	}
.box-footer {
	clear:both;
	}

/* COLUMNS LAYOUT */

.cols-float {
	float:left;
	width:78%;
	}
.col1 {
	float: left;
	width: 125px;
	padding-left:15px;
	}


/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/

.col2 {
	margin-left:130px;
	}


.col3 {
	margin-left:76%;
	}

/* */

.col1content, .col2content, .col3content {
	padding:0 12px 3px 12px;
	}
.col1 {
	padding:0;
	}


/* GUTTERS BETWEEN COLUMNS */

.col2content, .col3content {
	margin-left:12px;
	margin-right:12px;
	}

/* CSS HACK: position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering */
/*/*/

.box-wrap, .cols-float, .col1, .col2, .col3 {
	position: relative;
	}
 /* */