#content-feature {
	width: 100%;
	font-size: .95em;
	color: #FFFFFF;
	margin: 20px 0 20px 0;
}
#content-feature a {
	color: #FFFFFF;
	text-decoration: underline;
	}
#content-feature a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#content-feature a:hover {
	color: #FBBD00;
	text-decoration: none;
}

.heading {
	color: #D7800E;
	font-weight: bold;
}

#shelter {
	border-bottom: 1px solid #ffffff;
	padding: 10px 20px 10px 20px;
	background: #4F0026 url(../assets/shelter-bground.gif) no-repeat right bottom;
 }
#counselling {
	border-bottom: 1px solid #ffffff;
	padding: 10px 20px 10px 20px;
	background: #002C48 url(../assets/counselling-bground.gif) no-repeat left top;
}
#education {
	border-bottom: 1px solid #ffffff;
	padding: 10px 20px 10px 20px;
	background: #003333 url(../assets/education-bground.gif) no-repeat center bottom;
}
