Mi ejemplo-cctw-interenet se ve mal en Firefox y en el Explo

Buenas mis amigos, les cuento que mi pagina de ejemplo que es www.mandalaremeras.onlinewebshop.net , se ve mal la barra de navegacion mientras que en el preview de ejemplo-local se ve bien. Ya compare las carpetas estilo-general de ambos ejemplos y son iguales, como debiera dado que los subi luego de que quedara de acuerdo al curso. Espero ayudas, muchas gracias.
Hoja de estilos:
* {text-indent:0px ; margin:0px ; padding:0px ; border:0px}
p {text-align: justify}
h1 {font-size: 1.2em; color:blue ; font-weight: bold ; text-decoration: underline ; text-align: center}
h2 {font.size: 1.1em; color:blue ; font-weight: bold ; text-decoration: none ; text-align: center}
body {text-align: center}
#global {width:800px ; margin: 4px auto }
#curva-superior {background-image: url(objetos/curva-superior.gif) ;
background-repeat: no-repeat ;
width:800px ;
height: 12px ; overflow : hidden }
#cabecera {background-color: white ; border-left: black 1px solid ; border-right: black 1px solid ; height:85px }
#navegacion {background-color: gray ; border: black 1px solid ; height:20px }
#navegacion li {float:left ; list-style: none ; margin: 0px 20px 0px 20px }
#navegacion ul { margin-left: 60px }
#contenido {background-color: orange ; border-left: black 1px solid ; border-right: black 1px solid }
#contenido p {padding: 5px 10px 5px 10px ; text-indent: 15px}
#menu {width: 150px ; float:left ; text-align:left ; margin: 3px 10px 3px 3px ; background-image: url(objetos/menu-parte-inferior.gif) ;
background-position: bottom }
#menu li { list-style:none ; margin: 6px 8px 4px 6px }
#menu h1 {text-decoration:none ; font-size:12px ; background-image: url(objetos/menu-parte-superior.gif) ; padding-top: 10px }
#pie {background-color: white ; border-left: black 1px solid ;
border-right: black 1px solid;
border-top: black 1px solid ; height: 65px }
#pie li {list-style: none ; font-size: 9px }

#pieuno {background-color: white ; float:left ; width:150px ; font-size:10px ; margin-top:18px }
#piedos {float:left ; width:498px }
#pietres {background-color: white ; float:left ; width:150px ; font-size:10px ; margin-top:18px }
a {color: brown ; text-decoration: none ; display: block }
a:link {}
a:visited {}
a:hover {color: red ; text-decoration:underline ; background-color: silver}
a:active {}


#curva-inferior { background-image: url(objetos/curva-inferior.gif) ;
background-repeat: no-repeat ;
width:800px ;
height: 12px
overflow: hidden }
#logotipo {width:280px ; float:left }
#publicidad {width:518px; float:right ; margin-top:25px }

#pie a {color: blue; text-decoration:none ; display: block }
#pie a:link {}
#pie a:visited {}
#pie a:hover {color:black ; text-decoration:underline ; background-color: white }
#pie a:active {color:black}
#logotipo a {}
#logotipo a:link {}
#logotipo a:visited {}
#logotipo a:hover {background-color: white }
#logotipo a:active {}
Marcelo
hola

antes de abrir la div global
debes abrir el body

asi

<body>
<div id="global>

tu cabecera mide 85px de alto
y dentro pusiste un logotipo que mide 90px de alto
como te daràs cuenta, no cabe, debes aumentar la cabecera

aqui en rojo lo que te sobra


<body>
<div id="contenido">

saludos