Still working on this one. I have four (4) "css warnings" from the firefox error console. HTML validator is all clear (green check mark).

"Error in parsing value for property "width". Declaration dropped."

These warnings are located on the main page with no indication as to which file or code to fix. I viewed and searched the page source and found six (6) width callouts as follows. Can anyone see anything wrong with this code?

<div id="logo"><a href="http://www.sweetzouzou.com/"><img src="images/SweetZouZou/SweetZouZou.gif" alt="" width="441" height="142" /></a></div>

<table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">

<td id="navColumnOne" class="columnLeft" style="width: 180">

<div id="navColumnOneWrapper" style="width: 180"><!--// bof: categorylistbox //-->

<div class="leftBoxContainer" id="categorylistbox" style="width: 180">

<div class="leftBoxContainer" id="editablesidebox" style="width: 180">

Thx Sweet