@import 'include.css';
/* CSS Document 
*
* Colori:
* 	Blu #225599
*		Rosso #AA0000
*		Grigio chiaro #EAEAEA
*		Grigio scuro #D2D2D2
*		Grigio scuro bordi #BFBFBF
*
*/

*{border:0;margin:0;padding:0;}

body{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#FFF url('../img/sfondo_header.jpg') repeat-x top left;
}

ul,ol{
	list-style-type:none;
}

a:link,a:visited{
	text-decoration:none;
	color:#000;
}
a:hover,a:active{
	text-decoration:underline;
}

#container{
	width:777px;
        margin: 0 auto;
}
#header{
	height:261px;
}
#header #top{
	display:block;
	height:23px;
	padding-top:5px;
	font-size:0.8em;
	font-weight:bold;
}
#header #top #usabile{margin-left:50px;}
#header #top #posiz{margin-left:60px;}
#header #top #data{margin-left:280px;}

#header #bottom{
	display:block;
	height:223px;
  background:transparent url('../img/header.jpg') no-repeat top left;
	border-bottom:10px solid #259;
}
#header #bottom h1{display:none;}

#main{}
#main #bar_sx,#main #centro,#main #bar_dx{float:left;}
#main #bar_sx{width:174px; *width:171px; background:#EAEAEA; border-right:1px solid #BFBFBF; border-top:1px solid #BFBFBF;}
#main #centro{width:436px; padding:0 5px; }
#main #bar_dx{width:145px; height:100px; background:#244985;}

#footer{clear:both;}

.box {
    margin: 15px 0;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    font-size: 11px;
}

#aree-main {
    font-size: 11px;
}