body {
	background-position:0 18px;
}
#pageWidth {
	padding-top:18px;
	background-position:0 117px;
}
#craneFloat {margin-top:18px;}
#tickerHolder {
	position:absolute;
	top:0px;
	left:0px;
	z-index:150;
	width:99%;
	border-style:solid;
	border-width:1px;
	border-color:#CCC #888 #888 #CCC;
	background-color:#AAA;
	padding:0 2px;
}
#ticker {
	font-size:11px;
	line-height:1.2em;
	height:16px;
	overflow:hidden;
	position:relative;
}
#ticker ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	line-height:15px;
	height:15px;
	position:absolute;
	top:1px;
	left:0;
	width:1000px;
}
#ticker ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	border-color:#000;
	border-style:solid;
	border-width:0;
	margin-left:0px;
	white-space:nowrap;
}
#ticker ul li a {
	padding:0 8px 0 8px;
	border-right:1px solid #000;
	text-decoration:none;
	color:#000;
}
#ticker ul li a:hover {
	text-decoration:underline;
	color:#800;
}
#ticker ul li a.first {
	border-left:1px solid #000;
}

/* Hacks for Explorer 5 Mac - which is dead as the Dodo but which Tony Eades still insists on using despite pointing him at both Safari and Firefox  */
* html #ticker ul li {width:10px;}
/*	First comment. Explorer 5 Mac misses the end-of-comment because of the backslash \*/
* html #ticker ul li {width:auto;}
/* Second comment. Explorer 5 Mac sees the end of this comment as the end of the previous one */
	