#container {
	float:left;
	width:100%;
	display:inline;
	margin-left:0px;
}
#footer {
	/* see #outer_wrapper */
	width:100%;
	/* this is to clear #container */
	clear:both;
	border-top:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	background:#b0b0b0
}
/* this is the class that is applied to 2 structural hacks in the markup (see #2 and #5). The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {
	height:0px;
	clear:both;
	line-height:0px;
	font-size:0px;
}
/* simple class to apply so things will not show for screen but will for print */
.onlyPrint {
	display: none;
}
