#homefeature {
	position: relative;
	clear: both;
	width: 100%;  
	background: #eeeeee;
/*	background: #eeeedd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
*/
}
#homefeature div {
	width: 920px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#homefeaturepad {
	position: relative;
	clear: both;
	width: 960px;
	height: 36px;
}



#nav div a img.spacer {
	filter: alpha(opacity=60);
	opacity: 0.6;
	-khtml-opacity: 0.6;
	padding: 20px 0 10px 0;
	margin: -1px 5px -1px 0;
	border: 0;
	line-height: 24px;
	background-color: #ffffff;
}
#nav div a:hover img.spacer {
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
	background-color: #ffffff;
}
#nav a em {
	font-style:normal;
	font-weight: bolder;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0 ;
}
#nav a:hover em {
	color: #000000;
	text-decoration: underline;
	border: 0;
}
.story-spacer { height:5px; width:1px; margin:0; padding:0;}