.section {height:600px;}
a img {vertical-align:middle;}

.section ul {
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	list-style-type:none;
}

.section ul li.winter {
	background:url('images.css/bkgd_top10Winter.gif') no-repeat;
	width:350px;
	float:left;
	padding:30px 0 0 0;
	margin-bottom:25px;
}

.section ul li.summer {
	background:url('images.css/bkgd_top10Summer.gif') no-repeat;
	width:350px;
	float:left;
	padding:30px 0 0 0;
	margin-right:25px;
	margin-bottom:25px;
}

.section li span {
	font-weight:bold;
}

.section li a {
	display:block;
	font-size:90%;
	text-decoration:none;
	width:322px;
}

.section li em {
	padding-left:15px;
	font-style:normal;
	display:block;
}

.section ul li a img {border-top:2px solid #fff;margin-top:20px;}
.section li a:hover, .section li a:hover span  {
	text-decoration:underline;
	color:#000;
}



