#content {
	padding: 0;
}

#colNormal {
}

#colNormal p.bodytext {
	margin-right: 10px;
}

*html #colNormal {
	min-height:10px;
	height: expression(this.scrollHeight > 10 ? "auto":"10px");
	padding-bottom: 0;
}

