div#image-wrapper {
	position: relative;
	width: 667px;
	margin: 5px auto 0;
	padding: 0;
}

div#image-wrapper img {
	margin: 0;
}

div#image-wrapper div#rollover-holder {
	position: absolute;
	width: 329px;
	height: 35px;
	top: 60px;
	left: 20px;
}


div#image-wrapper .noBkgd {
	background: none;
}

div#image-wrapper .byward {
	background: url(images/byward.png);
}

div#image-wrapper .rideau {
	background: url(images/rideau.png);
}

div#image-wrapper .sparks {
	background: url(images/sparks.png);
}

div#image-wrapper .elgin {
	background: url(images/elgin.png);
}

div#image-wrapper .bank {
	background: url(images/bank.png);
}

div#image-wrapper .somerset {
	background: url(images/somerset.png);
}

div#image-wrapper .preston {
	background: url(images/preston.png);
}

div#black-bar {
	float: left;
}

div#black-bar div.wrapper {
	width: 667px;
}


div#black-bar ul {
	font-size: 1.2em;
}

div#black-bar li {
	margin: 0;
	line-height: 1.2;
}

div#black-bar div.left {
	width: 440px;
	float: left;
	border-right: solid 1px white;
	padding-right: 14px;
	w\idth: 425px;
}

div#black-bar div.right {
	width: 220px;
	float: left;
	padding: 10px 0 0 15px;
	w\idth: 205px;
}


