/* CSS Document */

html, body { height: 100%;}

.body {
	background-position: center;

}

.barnsley {
	width: 845px;
	/*height:auto;*/
	height: 100%;
	min-height: 100%;
	/*height: 850px;
	margin-left: 110px;
	background-position: center;*/
	margin-left: auto;
	margin-right:auto;

}


.banner {
	background-image:url(../images/banner.jpg);
	height: 172px;
	background-repeat: no-repeat;
}



/*.maincontent {
	

	background-image:url(../images/backgroundlarge.jpg);
	border: 0;
	height:850px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/



h1 {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin-left: 7px;
	margin-top: 10px;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #006699;
	margin: 5px;
}
h3 {
	font-size: small;
	font-weight: bold;
	color: #006699;
}


.backtop {
	background-image: url(images/backgroundtop.jpg);
	background-repeat: no-repeat;
}
.backbottom {
	background-image: url(images/backgroundbottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
