La pagina che ho deve presentare un disegno realizzato tramite tabella
codice:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Pagina senza titolo</title>
</head>
<body>
    <table border="1" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
        <tr valign="top">
            <td rowspan="3" style="width: 18px; background-color:LIGHTSTEELBLUE">
                <div>
                    [img]cerca.gif[/img]
                    [img]cerca.gif[/img]
                    [img]cerca.gif[/img]
                </div>
            </td>
            <td colspan="2" style="height:80px; background-color:LEMONCHIFFON">
                [img]cerca.gif[/img]
            </td>
        </tr>
        <tr>
            <td colspan="2">
                <div style="width:100%; height:100%; background-color: GAINSBORO;">c</div>
            </td>
        </tr>
        <tr>
            <td colspan="2" style="height:80px;">
                <div style="width:100%; height:100%; background-color:LEMONCHIFFON;">d</div>
            </td>
        </tr>
    </table>

</body>
</html>
mi piacerebbe sostituire la tabella con un opportuno stile.
Sono digiuno in materia, potreste aiutarmi?