html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #e48eab;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #500408 url('images/bgstrip.jpg') repeat-x;
}
a {
	text-decoration: none;
	color: #ffbad1;
}
div#container {
	width: 876px;
	margin: 0px auto;
	text-align: left;
}
h1#logo {
	background: url('images/logobanner.gif') no-repeat;
	width: 1005px;
	height: 89px;
	margin: 0px auto;
}
h1#logo em {
	display: none;
}
div#header {
	width: 873px;
	height: 327px;
	margin: 0px 1px 0px 2px;
	background: url('images/heartfordshire_pic.jpg') no-repeat;
}
ul#nav {
	margin: 0px 1px;
	padding: 0px;
	height: 55px;
	width: 874px;
}
ul#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
ul#nav li a{
	display: block;
	height: 55px;
	float: left;
}
ul#nav li a em{
	display: none;
}
ul#nav li#hitchin a {
	background: url('images/hertford.gif') top left;
	width: 218px;
}
ul#nav li#hitchin a:hover,
ul#nav li#hitchin a.selected{
	background: url('images/hertford.gif') top right;
}
ul#nav li#chartridge a {
	background: url('images/chesham.gif') top left;
	width: 219px;
}
ul#nav li#chartridge a:hover,
ul#nav li#chartridge a.selected {
	background: url('images/chesham.gif') top right;
}
ul#nav li#node a {
	background: url('images/node.gif') top left;
	width: 219px;
}
ul#nav li#node a:hover,
ul#nav li#node a.selected {
	background: url('images/node.gif') top right;
}
ul#nav li#lydiard a {
	background: url('images/swindon.gif') top left;
	width: 218px;
}
ul#nav li#lydiard a:hover,
ul#nav li#lydiard a.selected {
	background: url('images/swindon.gif') top right;
}
div#content {
	width: 874px;
	background: url('images/background.gif') no-repeat;
}
div#footer {
	background: url('images/footerbg.jpg') no-repeat;
	width: 1005px;
	height: 165px;
	margin: 0px auto;
	text-align: right;
}
ul#design {
	margin: 0px 68px 0px 0px;
	padding: 120px 0px 0px 0px;
	list-style-type: 0px;
	font-size: 9px;
}
ul#design li {
	display: inline;
	border-right: 1px dotted #ffbacf;
	padding: 0em 0.4em;
}
ul#design li a {
	color: #ffbacf;
	text-decoration: none;
}
ul#design li a:hover {
	text-decoration: underline;
}
ul#design li.NIMLastItem {
	border-right: 0px;
	padding: 0px;
}