HTML will allow wrapping of text around the IMG tag. DHTML allows wrapping of text around other text elements.
P.flt {float: right; font-weight: bold; width: 275px; padding: 1em; }
Overriding the float property.
.leftcol { float: left; font-size: 8pt; font-weight: bold; width: 275px; padding:1em; }
.nextpart { clear: left; }