/* ACTIVITIES OVERRIDES */
#breadCrumbs {
	background-image: url(../img/back/InterestingActivities.png);
	width: 160px;
}
#content {
	border: 4px solid #E39D4B;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 15px;
}
#content img {
	width: 330px;
	border: 2px solid #E39D4B;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 15px;
}
#content h1 img {
	width: auto;
	margin: 0px;
	border-style: none;
}
#content p {
	font-size: 13px;
	font-weight: bold;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	line-height: 1.4em;
}
#content p a {
	color: #B11116;
	text-decoration: none;
}
#content p a:hover {
	color: #C88220;
	text-decoration: underline;
}

