#PageContainer #Page #RightColumn,
#PageContainer #Footer #ContentOptions,
#PageContainer #Page #LeftColumn #MainNavigation,
#PageContainer #Footer #LegalNav
{
	display: none;
}

#PageContainer #Page #LeftColumn
{
	position: relative;
	left: 0px;
	right: 0px;
	width: 550px;
	height: auto;
	display: block;
}

#PageContainer #Footer
{
	position: relative;
	left: 0px;
	right: 0px;
	width: 550px;
	height: auto;
	display: block;
}

#PageContainer #Footer #Address
{
	position: relative;
	left: 0px;
	right: 0px;
	width: 550px;
	height: 14px;
	overflow: hidden;
	display: block;
}

#PageContainer #Page #ContentColumn
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 550px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}


