.rightN, .topRightImg
{
	display:none;
}

.outer
{
	margin:0;
	border:none;
}

.headerN {
	position:static;
	display:none;
}
.leftN {
	position:static;/*ie needs this to show float */
	width:195px;
	float:none;
	margin:0;
}

.footerN {
	width:auto;
	clear:both;
	height:auto;
	border:none;
	position:static;
}

.clearheaderN
{
	height:auto;
}

.clearfooterN{height:auto;}

.topLeftImg
{
	background-image:none;
	width:auto;
	height:auto;
	position:static;
	font-size:22px;
	font-weight:bold;
}

.topLeftImg span
{
	display:inline;
}

.rightN
{
	display:none;
	background-color:Red;
}
