body {
	margin: 10px;
	margin-bottom: 0px;
	padding: 0px;
	min-width: 768px;
	min-height: 603px;
	}
#brandbanner{
	height: 75px;
	}
#brandshadow{
	}
#bodylayout {
	width: 100%;
	}
.copyrights {
	/* fix to force body column to be 409 -- applying width to TD doesn't force the width */
	width: 409px;
	}
#navigation {
	width: 168px;
	}
#pageguts{
	width: 409px;
	}
#sidebar{
	width: 157px;
	}
#rightstretch {
	width: 100%;
	}
	
.clearer {
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-top: -1px;
	}
	
.IE5Fix {
	width: 100%;
	}

	
/* page structure must be as follows */
/* 
<body>
<table><tr>
		<td>pixel</td>
	</tr><tr>
		<td><div id="brandbanner">brandbanner      </div>
      <div class="copyrights">
        <!--#include virtual="includes/default_copyrights.html" -->
      </div></td>
    <td width="97" id="rightstretch">&nbsp;</td>
  </tr>
</table>
</body>
</html></td>
</tr></table>

<div id="brandshadow">brandshadow      </div>
      <div class="copyrights">
        <!--#include virtual="includes/default_copyrights.html" -->
      </div></td>
    <td width="97" id="rightstretch">&nbsp;</td>
  </tr>
</table>
</body>
</html>

<table id="bodylayout"><tr>
	<td id="navigation">navigation</td>
	<td id="pageguts">pageguts</td>
	<td id="sidebar">sidebar</td>
	<td id="rightstretch"></td>
</tr></table>

<div id="footercap">footercap      </div>
      <div class="copyrights">
        <!--#include virtual="includes/default_copyrights.html" -->
      </div></td>
    <td width="97" id="rightstretch">&nbsp;</td>
  </tr>
</table>
</body>
</html>
</body>
*/