#content_box .teaser,
#content_box .teaser .bodytext,
#content_box .teaser h1 {
	margin: 0;
	padding: 0;
}
#content_box .teaser {
	float: left;
	width: 25%;
	margin-bottom: 1em;
}
#content_box .teaser .box {
	margin: 0 1ex;
	background: white;
	border-bottom: 4px solid #666;
}
#content_box .teaser .box,
#content_box .teaser {
	height: 34.5em;
	/* IE FIX NEEDED HERE */
	/* IE  needs height: 27em; */
}
#content_box .teaser h1 {
	padding: 1ex;
	background: #666;
	color: white;
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 125%;
}
#content_box .teaser .bodytext {
	padding: .5ex 2ex;
}
#content_box .teaser ul {
	padding-top: .5ex;
}
#content_box .teaser img {
	margin: 0;
	padding: 0;
	border: 0;
	width: 90%;
	display: block;
	border-top: 1px solid #666;
	width: 100%;
}
#content_box {
	background: none;
	margin-top: 2ex;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#breadcrume_box {
	display: none;
}
#content_box .teaser li {
	padding-bottom: 1ex;
}

#content_box a.internal-link img {
	border:none;
	width:inherit;
}
