html, body 
{
    height: auto;
	background-color: #fff;
	color: #000;
} 

#page-container 
{
	width: 100%;
}

#header 
{
	width: 90%;
	height: auto;
	margin-bottom: 20px;
}

#nav-container {
	display: none;
}

#colRight {
	width: auto;
}

#footer
{
	display: none;
}

h1, h2, h3, h4, h5, .highlight, .highlightAlt {
	color: #000;
}

#banner-container
{
	display: none;
}

#banner
{
	display: none;
}

#content-container 
{
	margin: 0;
	padding: 0 0 10px 10px;
	width: auto;
}

#colMain
{
	padding: 0;
	width: auto;
	float:none;
	overflow: visible;
}

#home #colMain, #site #colMain
{
	width: auto;
	border: none;
}
