In your first table tag, the first
td has its'
width set to 300 (see below). Set that width to 200.
HTML Code:
<table width="800" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#91C3DC" style="border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid;
border-right-color: #666666; border-left-color: #666666;">
<tr>
<td bgcolor="#4086AA" height="100" width="300" colspan="1"><div align="center"><font color="#FFFFFF"><h1><strong>Feed EZ</h1>Adult Blog Directory</td>
<td valign="center" bgcolor="#4086AA">
You're also missing a 'px' following the '10' in the below style:
HTML Code:
.cellpadsmain {
padding: 10 0 0 5px;
}