/* 
	York Museums Trust CSS
	Copyright © York Museums Trust. All rights reserved.
	Created by SUMO Newcastle

*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}
html {
	height: 101%;
}
body, #content, #pgContent { 
	background-color: #FFF;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
h1, h2, h3 , h4, p {
	color: #000;
}
#footer, #textTool {
	display: none;
	visibility:hidden;
}
#leftCol {
	display: none;
	visibility:hidden;
}
#heroHome {
	display: none;
	visibility:hidden;
}