div#intro {
	position: relative;
	width: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

	div#intro p {
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #7d7d7d;
		line-height: 2.2em;
		margin-top: 8px;
	}
	
div.news_entry {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}
	
div.news_entry h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #323232;
	font-family: Arial, Helvetica, sans-serif;
}

