/********************************************************
/* Base
/********************************************************/
body {
	padding: 0;
}
/********************************************************
/* Framework
/********************************************************/
form 
{
	width: 100%;
}
#HeaderLogo 
{
	float: none;
}
/********************************************************
/* Header
/********************************************************/
ul#HeaderBanners 
{
	display: none;
}
/********************************************************
/* Menu
/********************************************************/
#PageMenu {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
#PageMenu .Left,
#PageMenu .Right,
ul#SubMenu 
{
	display: none;
}
/********************************************************
/* Columns
/********************************************************/
#PageContent .Left
{
	width: 447px;
	float: none;
}
#PageContent .Right,
#PageContent .Left .Right
{
	display: none;
}
#PageContent .Left .Left .TwoColumns .Left
{
	display: block;
	float: left;
	width: 214px;
}
#PageContent .Left .Left .TwoColumns .Right
{
	display: block;
	float: right;
	width: 214px;
}
/********************************************************
/* Footer
/********************************************************/
#PageFooter .Left
{
	display: none;
}
#PageFooter .Right
{
	width: 100%;
	text-align: left;
}
/********************************************************
/* Units and Utilities
/********************************************************/
#QuickSearch,
ul#BannerAds,
.AddComment,
.CommentForm,
.ReportPost,
#PageMenu,
#MainMenu,
#MainMenu li,
#MainMenu li a,
#HeaderDate,
#ContainerListing,
#PageFooterIconMenu,
.UserComments,
.AddComment,
#OtherReviews
{
	display: none;
}

#FooterContactInfo
{
	display:block;
}

