hey fellow zenners...
i've got a padding - or margin [spacing] - problem. at the top of my center or main column, there's about 3-5 px of space that i can't' get to disappear.
here's the rendered html between the end of the left column and the start of a flash file wrapper that should start the center/main column with only 1 px space between it and the header
########################################___
<td valign="top">
<!-- bof breadcrumb -->
<!-- eof breadcrumb -->
<div class="centerColumn" id="indexDefault">
<h1 id="indexDefaultHeading"></h1>
<!-- deprecated - to use uncomment this section
-->
<!-- deprecated - to use uncomment this section
-->
<div id="indexDefaultMainContent" class="content"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="602" height="160">
<param name="movie" value="includes/templates/nnpt/flash/main_page.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="DIR_WS_FLASHmain_page.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="602" height="160"></embed></object></div>
########################################___
none of the css ids or classes above the flash wrapper are in my .css file and tpl_main_page.php doesnt have any tag attributes for spacing.
i'm not an html or stylesheet expert so i ask for help here (after using developer's toolkit and searching for possible culprits).


27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="602" height="160">

