#info {
	position: absolute;
	/* overflow: hidden; */
	top: 160px;
	left: 182px;
	bottom: 20px;
	padding: 0px;
	margin-right: 14px;
}

.centre {
	position: relative;	
	margin: 0px auto 0px 0px;
	width: 740px;
	padding: 0px;
	text-align: center;
/*	background-color: #213910; */
}


#header {
	margin: 0px;
	top: 0px;
	left: 0px;
	padding: 0px;
}
#sweepleft {
	position: fixed;
	background-image: url(images/background-sweep1.png);
	background-repeat: no-repeat;
	margin: 0px;
	top: 0px;
	left: 0px;
	padding: 0px;
	width: 300px;
	height: 310px;
	z-index: 3;
}
#sweepcomplete {
	position: fixed;
	background-image: url(images/background-sweep2.png);
	background-repeat: no-repeat;
	margin: 0px;
	top: 0px;
	left: 300px;
	padding: 0px;
	width: 100%;
	height: 140px;
	z-index: 3;
}

#navimage {
	position: relative;
	z-index: 5;
}

#essex {
	position: fixed;
	top: 0px;
	right: 14px;
	z-index: 5;
}



#topright {
	position: fixed;
	left: 1000px;
	top: 0px;
	height: 57px;
	width: 100%;
	background-image: url(images/background-sweep-repeat.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	z-index: 4;
}


#texblock {

}


#nav {
	position: fixed;
	top: 122px;
	left: 16px;
	margin: 0px;
	padding: 0px;
	z-index: 6;
}

.navbutton {
	margin: 0px;
}

#subnav {
	text-align: center;
	margin: 140px 0px 0px 160px;
	/*position: relative;
	z-index: 9;*/
}

.subnav {
}

#bottomline {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-image: url(images/footer-sweep.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 47px;
	z-index: 10;
}

#footer {
	text-align: right;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 3;
	width: 161px;
	height: 121px;
	background-image: url(images/cloud.png);
/*	width: 190px;
	background-color: #c9908e;
	border: #ffff00 1px solid;
	padding: 4px;*/
}

#footera {
	text-align: right;

	position: fixed;
	bottom: 3px;
	right: 3px;
	width: 80px;
	
}

