/* Farm Aid Family Farmers CSS */

#content {}

	#splash { background-image: none; }
	
	.page #content ul.stories {
		list-style: none;
		margin: 0;
	}	
		.stories li { float: left; }
		.page .stories a {	
			color: #000;
			display: block;
			min-height: 13em;
			margin: 0 21px 20px 0;
			width: 150px;
		}
			.page .stories a span {
				color: #ef3f45;
				display: block;
				font-size: 1.2em;
				font-weight: bold;
			}
				.page .stories a:hover span, .page .stories a:focus span { color: #a42e2e; }
			.stories a img {
				background: transparent url(bg_storyframe.gif) 0 0 no-repeat;
				height: 104px;
				padding: 7px;
				width: 148px;
			}
			.stories a:hover img { background-position: -162px 0; }
			* html .stories a:hover img { background-position: 0 0; }
			
* html .page #splash 	{ height: 280px; }
* html .page .stories a { height: 13em; margin-right: 9px; }