html body #sidebar {
	display: none !important;
}

html body #outer {
	width: auto !important;
}

html body #contact_link {
	display: none !important;
}

html body #follow {
	display: none !important;
}

html body #header h1 {
	letter-spacing: 0em !important;
	color: #000 !important;
}

html body #content {
	width: auto !important;
}

html body #footer #footer_nav {
	display: none !important;
}

html body .downloadable_documents {
	display: none !important;
}

html body a {
	color: #000 !important;
	text-decoration: underline !important;
}

html body #content a[href^="/"]:after {
	content: " (http://bushfirehousing.org" attr(href) ") ";
	font-size: 80%;
}

html body #content a[href^="http:"]:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
}

