I do much the same but since the divs have classes, I replace only those <div class="whatever">...</div> blocks that are where a paragraph or header tag should be.
The only pain is where there are nested divs ( <div class="flush_para"><div class="italic_text"> for example ) which do take a bit of manual cleanup.
|