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

	/* BEGIN: News */
	div#content h3 {
		font-size: 20px;
		font-weight: normal;
		color: #413e3a;
	}
	
	div#content ul.events {
		padding-left: 0;
		margin-left: 0;
		list-style: none;
	}

	div#content ul.events li {
		margin: 18px 20px;
		line-height: 1.5em;
	}
	
	div#content ul.events li h4 {
		margin: 0;
		font-size: 16px;
		text-decoration: underline;
	}
	
	div#content ul.events 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 */