Your sections ( "Not Found" and "Unauthorized" ) have a defect according with the HOME button
replace in each the code
<a href="..">HOME</a> by
<a href="/">HOME</a>or replace the word HOME by UP
default template has those lines
[not found]
<h1>{.!Not found.}</h1>
[color=blue]<a href="/">[/color]{.!go to root.}</a>
[unauthorized]
<h1>{.!Unauthorized.}</h1>
{.!Either your user name and password do not match, or you are not permitted to access this resource..}
Otherwise your server seem to work correctly under IE6 and FF