#subheader {
	display: none;
}

#subheader nav {
	display: none;
}

html.home #subheader {
	display: block;
}

#sidebar {
	display: none;
}

#main section {
	float: none;
	width: auto;
}

footer {
	display: none;
}

html.js .additional_team a img,
html.js .additional_team a:link img,
html.js .additional_team a:visited img {
	display: block;
}
