body
{
	text-align: center;
}
#container{
	width:660px;
	   /**/
		  margin-left:auto;
		  margin-right:auto;
		  text-align:left;
}


#col_1{
   /*position:fixed;*/ /*non funziona in IE e in Opera */
	/*position:absolute;
	top:0;left:0;*/
	width:125px;
	float:left;
	background-color: #D0D062;
	height:900px;
}

#col_2{
	width:534px;
	/*position:absolute;
	left:125px;*/
	float:right;
	background-color: #20385F;
}

#header{
	width: 528px;
	background-color: #20385F;

	height:90px;
	border-top ;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 1px;
}
#main {
	width:378px;
	float:left;
}
#lat {
	/*width:150px;*/
	width: 145px;

	float:right;
	top:90px;
}