/* LAYOUT start*/
body {
	font-family:Verdana, Arial;
}

#bodyContent {
	width:860px;
	text-align:left;
	margin:0 auto;


	font-size:0.8em;
}

#testa {

	height: 80px;
	border:1px solid #999;
	background: url(logo.gif) 10px 20px no-repeat;

}

#corpo {

    position:relative;
    margin-top:10px;


}
#menuSx {
    float:left;
    width:165px;
    
    margin:0;
    /*border: 1px solid #6699CC;*/
    /*padding-left: 30px;*/
    /*background: url('lenotizie.jpg') no-repeat;*/




}
#contenuto
{
    margin:0 15px 0 5px;
    float:left;
    padding: 0;
    width:470px;

    font-size: 10px;

    border-left: 10px solid #fff;
    border-right: 10px solid #fff;



}

#contenutoInterno
{
    margin:0 5px 0 5px;
    float:left;
    padding: 0;
    width:640px;

    font-size: 10px;

    border-left: 10px solid #fff;



}

#menuDx {
    position:absolute;top:0;right:0;
    float:right;
    width:160px;
    /* border: 1px solid #000; */




}
#piedipagina
{
    clear:both;
    position:relative; top:0; left:0;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
padding: 2px;

    color: #000;
    font-size: 10px;

}