* {
	border: none;
	background: none;
}
body {
	background: white;
	font-size: 12pt;
	width: 100%;
}
#masthead {
	display: none;
}
#secondaryNav {
	display: none;
}
#contentWrapper, #content {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
div#content {
	margin-left: 0;
	padding-top: 1em;
}
#content .wrapper {
	display: none;
}
#content .innertube {
	width: auto;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#footer {
	display: none;
}
#leftFlankingCol {
	display: none;
}
#rightFlankingCol {
	display: none;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content a[href^="/"]:after {
	content: " (http://www.mbfagency.com" attr(href) ") ";
}
#content a[href^="#"]:after {
	content: "";
}