/* BEGIN: Content */
div#content {
	width: 584px;
	padding: 0 178px;
}

	/* BEGIN: News */
	div#content ul.news {
		padding-left: 0;
		margin-left: 0;
		list-style: none;
	}

	div#content ul.news li {
		margin: 18px 0;
		line-height: 1.5em;
	}
	
	div#content ul.news li h3 {
		margin: 0;
		font-size: 18px;
		font-weight: normal;
		color: #534741;
	}
	
	div#content ul.news li p {
		margin: 5px 0;
	}
	
		/* BEGIN: Read More */
		p.read_more a.button {
			width: 85px;
			height: 19px;
			background-image: url(../images/readmore.gif);
		}
		/* END: Read More */
		
	/* END: News */