#content .column {
	width: 31%;
	margin-right: 20px;
	float: left;
}
	
	#content .last_column {
		margin-right: 0;
	}

#content ul.news {
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 100%;
}

	#content ul.news li {
		padding: 0;
		margin: 0 0 20px 0;
	}

		#content ul.news li span.new {
			background-color: #900;
			color: #fff;
			font-family: Arial, sans-serif;
			text-transform: uppercase;
			padding: 1px 3px;
			font-weight: bold;
			font-size: 95%;
		}

		#content ul.news li h3 {
			text-transform: uppercase;
			font-family: Arial, sans-serif;
			font-size: 95%;
			margin: 0 0 0px 0;
			font-weight: bold;
			line-height: 1.2em;
		}

			#content ul.news li h3 a {
				color: #000;
			}

		#content ul.news li h3 small {
			color: #666;
			margin-left: 10px;
			font-size: 80%;
			color: #999;
			text-transform: none;
			letter-spacing: normal;
		}

		#content ul.news li p {
			font-size: 75%;
		}

		#content ul.news li a {
			font-weight: bold;
			text-decoration: none;
			color: #000;
		}
			
			#content ul.news li a.cat {
				color: #900;
			}

			#content ul.news li a:hover {
				text-decoration: underline;
			}

#content .photos img.med {
	width: 185px;
	height: 185px;
	border: none;
}

#content .photos img.sm {
	float: left;
	border: none;
	width: 87px;
	height: 87px;
	margin: 5px 10px 0 0;
}