body {
	background-color: #ffffff;
}

#main-header {
	background-color: #ffffff;
	height: 80px;
    padding: 1em 0em 2em 0em;
}

#main-header h1 a.logo {
	border-bottom: none;
	background-color: transparent;
	color: #2A343C;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
}

#headnav ol {
	display: none;
	visibility: hidden;
}

#main-body {
    padding: 2em 0em 4em 0em;
	min-height: 250px;
	background-color: #ffffff;
}

#main-footer {
    background-color: #ffffff;
    padding: 1em 0em 0em 0em;
}

#footer-strip {
    background-color: #2A343C !important;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
	height: 5px;
}

.footer-image {
	background-image: url("http://uksafetyservices.co.uk/images/durham-skyline-2A343C-small.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 330px 70px;
	min-height: 80px;
}

#footcopy {
	padding-top: 2em;
	line-height: 1.3em;
	font-size: 9pt;
	text-align: left;
	color: #999999;
	text-transform: uppercase;
	font-family: Lato, "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
}
#footcopy p {
	font-size: 9pt;
	clear: both;
}