Css ie and max_width

Hi all
Does any body know what would be causing my max-width and min-width to be ignored in IE?

FF loves it but IE pushes all my graphics down.

Might have something to do with setting a table and insite using a span class to hold the graphics?

hers a looksie if any one can be asked. Its done my head in.:red:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Introduction</title>
<link href="../../Perl%20Template/css_nzim_803.css" rel="stylesheet" type="text/css">

</head>

<body>
<table width="100%"  border="0" cellpadding="0" cellspacing="0" id="borderAll">
  <tr>
    <td id="CHheader">
    <span id="header_left"></span>
    <span id="header_right"><p class="title">Introduction</p></span>
       </td>
  </tr>
  <tr>
    <td id="CHmain">
    <span id="CHleft">
    <span id="heading">Human resources 1 People at work
</span>
    <p class="content"> Welcome to this NZIM paper on People at work.<br></p>
    <p class="header2">In this paper you will explore different workplaces and you will learn how to:</p>
<p class="list_style">Describe the nature of work</p>
<p class="list_style">Analyse work environments</p>
<p class="list_style">Identify factors affecting motivation in the workplace</p>
<p class="list_style">Identify the effects of organisational change on the workplace</p>
<p class="list_style">Manage personal health and safety in the worplace.</p>
</span>
<span id="CHright">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="150" height="100">
      <param name="movie" value="NZIM803%20Introduction_files/flash_803.swf">
      <param name="quality" value="high">
      <embed src="NZIM803%20Introduction_files/flash_803.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="100"></embed>
    </object>
    <br><br>Work is either fun or drudgery.<br>
     It depends on your attitude.<br>I like fun.<br><b>Colleen C. Barrett </b></span>
    </td>
    </tr>
  <tr>
    <td id="CHfooter">
    <span id="footer_left"></span><span id="footer_right"></span></td>
  </tr>
</table>
</body>
</html>