MMH sinceramente non ho capito perchè usare float + posizionamenti relativi

codice:
#menu
{
	width: 185px;
	height: 300px;
	background: white;
	float: left;
	text-align: center;
	padding: 5px;
	border-left: solid thin blue;
	border-right: solid thin black;
}

#contenuto
{
	width: 560px;
	height: 300px;
	background: white;
	margin-left: 10px;
	border-left: solid thin red;
	border-right: solid thin blue;
        float:left;
}
così dovrebbe andare comunque ... almeno credo


Ciao