div.newsitem {
	border-bottom: #000 dotted 1px;
	padding: 2px 0 5px 0;
	margin: 1em 0 2px 0;
}

div.newsitemwimage {
	border-bottom: #000 dotted 1px;
	padding: 2px 0 5px 0;
	margin: 1em 0 2px 0;
	min-height: 115px;
	/* IE does not support this last one, so ensure news item text is long enough not to break the float */
}

div.newsitemwimage img {
	float: left;
	padding: 0;
	border: #000 1px solid;
}

div.newsitemwimage div.newsbody {
	margin-left: 110px; /* allow space for thumbnail image to float */
}

div.newsbody h3 {
	margin: 0 0 1em 0;
	padding: 0;
}

div.newspostbit {
	text-align: right;
	font-size: 85%;
}