codice:
h10{
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif, "Trebuchet MS";
	font-size: 18px;
	color: #092A67;
	padding-top:25px;
	padding-bottom:5px;
	font-weight:normal;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEC6DE;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

<h10>Titolo</h10>
La componente sopra il titolo è un menu che è settato nel CSS:
codice:
#menu-utente{
height:32px;
width:640px;
float:left;
border:2px solid #CFF;
background-image: url(../image);
background-repeat:repeat;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
}
Non funziona comunque, imposto qualsiasi margine laterale e sotto e i componenti attorno si spostano. Ma il lato superiore rimane sempre attaccato al componente sovrastante.