.popup { 
	width: 65px;
}
.popup a {
	width: 60px;
	margin-bottom: 2px;
}
.popup a img {
	border: 2px solid white;
}
.popup a span {
	display: none;
}
.popup a:hover {
	color: #F00;
	text-indent: 0;
}
.popup span img {
	width: 396px;
	height: 291px;
}
.popup a:hover img {
	border: 2px solid blue;
}
.popup a:hover span {
	display: block;
	margin: 0px;
	border: 0px;
	text-align: center;
}
.popup a:hover span img {
	border-width: 0;
}
#popupl a:hover span {
	position: absolute;
	top: 109px;
	left: 267px;
}
#popupr a:hover span {
	position: absolute;
	top: 109px;
	left: 197px;
	z-index: 160;
}
#popupw a:hover span {
	position: absolute;
	top: 109px;
	left: 127px;
	z-index: 160;
}
#popupl {
	position: absolute;
	top: 50px;
	left: 5px;
	z-index: 150;
}
#popupr {
	position: absolute;
	top: 50px;
	left: 75px;
	z-index: 150;
}
#popupw {
	position: absolute;
	top: 50px;
	left: 145px;
	z-index: 150;
}
div#screensport   { position: absolute; top: 35px; left: 250px; z-index: 10; width: 440px; 
               height: 670px; background-image: 
               url(../images/sportpages.jpg); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: 0% }
div#para {
	margin: 455px 10px 10px 10px;
	font: 11px verdana, arial sans-serif;
	line-height: 1.5em;
	color: #000066;
}
div#para h1 {
	font-size: 18px;
	color: #000050;
	letter-spacing: .2em;
}
div#para p, div#para ol {
	margin-top: -15px;
}
div#para a, div#para a:visited {
	background: white;
	color: #000066;
	border: 1px solid #000066;
	text-decoration: none;
	padding: 1px 2px;
}
div#para a:hover {
	background: #000066;
	color: white;
}

