/* CSS Document - Duncombe Website - Home & Contact Page Styles */


#quick-links h2 {
	background-color: #E1A60F;
}


#this-week h2 {
	background-color: #E43B2C;
}
#this-week p, #this-week li {
	color: #D72E1F;
}


#people-place h2 {
	background-color: #399BE1;
}
#people-place p {
	color: #1F81C8;
	font-size: 1.1em;
}



.latest-news-item {
 width: 98%;
 overflow: auto;
}

.latest-news-item img {
	display: inline;
	float: right;
	margin: 5px 0px 10px 20px;
}
.latest-news-item hr {
	margin-bottom: 0em;
}
.latest-news-item h2 {
	margin-bottom: 0.5em;
	margin-top: 0px;
}
.latest-news-item p {
	margin-bottom: 0.5em;
}
.latest-news-item a.strong-link {
	font-size: 0.95em;
	text-transform: lowercase;
}


.sidebar-foot {
	height: 25px;
}
