Salve a tutti,
Ho serissimi problemi con il mio sito,
sono piuttosto sicuro che siano i css a crearmi casino.
Con Mozilla & Opera mi fa il brutto scherzo di non mandare a capo le scritte in corrispondenza della fine del tag div e continua a scrivere la linea sotto gli altri livelli.

Allego di fila il codice del CSS, c'è qualcuno che mi spiega perchè e percome?
Grazie in anticipo per la pazienza, a presto.

sito in questione: www.uecore.com

Codice:

codice:
@charset "utf-8";
/* CSS Document */



html,body{margin:0; padding:0;}





#header{
height:155px;
background-image:url(header-top.jpg);
}
table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-style:none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


#content{
	width:78%;
	float:left;
	border-top-style:dashed;
	border-top-width:thin;
	border-right-style:dashed;
	border-right-width:thin;
	height:auto;
	border-top-color:#999999;
	border-right-color:#999999;
	margin-left:7px;
}

#news{
	width: 72%;
	float:left;
	margin-right: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: static;

}
#menu{
	position:relative;
	margin-right:10px;
	width:25%;
	float:right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	
}



#link{
width:20%;
float:right;
border-top-style:dashed;
	border-top-width:thin;
	margin-left:5px;
	border-top-color:#999999;
}



.header1 {
	font-size: 36px;
	color: #FFFFFF;
	margin-left: 30px;
}

.TitoliHome {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DB0E69;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}


.Stile7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3pt;
	font-weight: normal;
	color: #000000;
	}
.menustyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #000000;
}

#tabellainfo{


border-bottom-style:dotted;
border-top-width:medium;
border-top-color:#000000;
}

.Pedici {color: #999999; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
.Titolo_news {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}