#Header
{
	position: relative;
	height: 89px;
}

#HeaderMargin,
#HeaderNavigation,
#SidebarLeft .CommonSidebar,
#SidebarRight .CommonSidebar,
#HeaderBreadCrumbs
{
    display: none;
}

#HeaderInner
{
	background-color: Transparent;
	border-bottom: solid 3px #333;
	height: auto;
	background-image: none;
}

.HeaderInnerLogo
{
	display: block;
	position: static;
	font-size: 36px;
	padding: 12px 0;
	height: auto;
	width: auto;
	background-image: none;
	color: #000;
}

.CommonCommentArrow, .CommonCommentBubbleRoundTop, .CommonCommentBubbleRoundBottom, .CommonCommentUser
{
	display: none;
}

.CommonCommentBubble
{
	margin: 0;
}

.CommonCommentContent, .Owner .CommonCommentContent
{
	background-color: #fff;
	border: solid 1px #999;
	padding: .5em;
}