div#spots {
	width: auto;
}
div#topstory {
	float: left;
	width: 395px;
	margin-right: 40px;
}
div#stories {
	float: right;
	width: 253px;
	margin-top: -38px;
}
div#stories span {
	cursor: default;
	color: rgb(104,104,100);
}
div#stories span,
div#stories a {
	display: block;
	padding-bottom: 20px;
}
div#stories a {
	text-transform: none;
	color: rgb(44,44,40);
	text-decoration: none;	
}
div#stories strong {
	text-transform: none;
	color: rgb(210,35,42);
}
div#stories a:hover strong {
	text-decoration: underline;
}
div#stories span strong {
	color: rgb(104,104,100);
}
div#stories p {
	margin-bottom: 0;
}
div#stories em {
	font-family: Arial,sans-serif;
	font-size: 11px;
	position: relative;
	top: 1px;
	color: rgb(104,104,100);
	font-style: normal;
}

