#content #contentOneColumn {
	display: block;
	float: left;
	width: 400px;
	background-color: transparent;
	padding: 10px 10px 10px 0;
}
#content #contentTwoColumn {
	display: block;
	float: right;
	width: 320px;
	padding: 10px 0;
	background-color: transparent;
}
#contentOneColumn  p, #contentTwoColumn  p {
	margin: 16px 0;
	font-size: 12px;
}

#tabmenu {
	color: #000;
	border-bottom: 2px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px }

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }

#tabmenu a, a.active {
	color: #FFB300;
	background: #333333;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; }

#tabmenu a.active {
	color: #FFFFFF;
	background: #333333;
	border-bottom: 3px solid #333333; }

#tabmenu a:hover {
	color: #FFB300;
	background: #333333;
	text-decoration:underline }

#tabmenu a:visited {
	color: #FFB300; }

#tabmenu a.active:hover {
	background: #333333;
	color: #FFFFFF;
	text-decoration:underline }
#tabmenu a.active:visited {
	color: #FFFFFF;
	}
#theMap {
	visibility: hidden;
	position: absolute;
	z-index:2;
	height: 210px;
}
#theAerialPhoto {
	visibility:inherit;
	position: absolute;
	height: 210px;
	z-index:3;
}
#theDemographics {
	visibility:inherit;
	position: relative;
	height: 220px;
	z-index:3;
}
#theDemographics td li {
	line-height: 20px;
}


#centreCol2 {
	position: absolute;
	height:500px;
	vertical-align:bottom;
}
	
