h1  {
	height: 160px;
	width: 800px;
	left: 20px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 10000;
	background-image: none;
}
/* Remove unwanted elements */
#nav, #vehiclejump, #lowernav, #bignav, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#Content, #main {
	width: 100%;
	margin: 0;
	float: none;
	top: 0px;
	color: #000000;
	background-color: #FFFFFF;
}
#main {
	top: 20px;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000 
}

/* Improve colour contrast of links */
a:link, a:visited
{
	color: #0000FF
}
#header {
	display: none;
}
.noscreen {
	display: block;
}
