/* Structure */
body {
	background:#eeeeee;
	margin:0;
	text-align:center;
	font-size:62.5%;
}
#page {
	background:#ffffff;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	width:800px;
	margin:20px auto;
	text-align:left;
}
#leftColumn {
	float:left;
	width:150px;
	margin-left:5px;
}
#middleColumn {
	float:left;
	width:420px;
	margin:0 0 20px 20px;
}
#rightColumn {
	float:left;
	width:150px;
	margin:0 0 20px 20px;
	margin-right:5px;
}
#sponsorsFooter {
	clear:both;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	padding:5px 10px;
	margin:0 0 5px 0;
	background:#f5f5f5;
}
#footer 
{
	clear:both;
	background:url(../DJfooter.gif) center right no-repeat;
	margin-left:5px;
	margin-right:5px;
}
a img {
border:0 none;
}

span.track
{	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#0B499D; /* Dow Jones blue*/
}