Then I'm sure the "problem" is that the stock wrapper was purged, the styles are still there as they exist in the database..
She'll want to go into the style editor and validate that her styles exist, then go into the wrapper editor (also in the style area) and validate that the wrapper exists; if they do then editing one and submitting the page should hopefully rewrite it to the flat file.
If the wrapper doesn't exist, the default wrapper is:
Opening HTML:
<table width="100%" class="t_outer" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" class="t_inner" cellpadding="0" cellspacing="1">
</table>
</td>
</tr>
</table>