.noprint
{
}

/* To get around a known bug in IE5/win, apply the
	border (no margin, padding or positioning) to the
	content class and apply whatever positioning you
	want to the contentWrapper class. */

.content
{
	margin: 0px;
	padding: 0px;
	border: 0px solid white;
	background: white;
}

.contentWrapper {
	/* position this div however you want, but keep its padding and border at zero */
	padding: 6px;
	border: 0px;
	background: white;
}