/**
	Called after the main layout stylesheet. This just overrides those layout styles necessary to create an empty page.
	It maintains styles like those for headers, links, etc.
**/
html
{
	background: #ffffff none;
}
body
{
	padding: 10px;
	background: #ffffff none;
}
#pageContainer
{
	width: auto;
}
#primary
{
	margin: 0px;
	padding: 0px;
	position: static;
	width:	auto;
}
	#primary h1
	{
		margin: 0.5em 0px 1em;
		overflow:visible;
	}
	#primary h1 *
	{
		vertical-align: middle;
	}
