html,body{
	margin:0;
	padding:0
	}
body{
	text-align: center;
	padding-bottom:20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	line-height: 1.3;
	background-image: url(images/sfondo.png);
	background-repeat: repeat
	}
p{
    margin-top:0
	}
h1,h2,h3{
    font: normal normal 200% "Trebuchet MS",Arial,sans-serif
	}
h2{
	font-size:160%
	}
h3{
	font-size:120%
	}
div#header{
	width:100%;
	height: 100px;
	border-bottom: 3px solid #FFF;
	background-image: url(images/sfondo_top.gif)
	}
#cont-logo{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 600px
	}
#logo{
	float: left;
	background-image: url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 338px;
	height: 89px;
	margin: 8px 0 0 0
	}
#topmenu {
	margin-top: 56px;
	float: right
	}
#topmenu img {
	border: 0
	}
#centrato {
	width:606px;
	margin:auto;
	text-align: left /* per IE5.x/Win */
	}
#corpo {
	float:left;
	width: 600px !important;
	width /**/:606px;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	background-color: #F0F5F8;
	background-image: url(images/col-left.png);
	background-repeat: repeat-y;
	background-position: left top
	}
#intestazione {
	border-bottom-color:#FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF
	}
#colonna-sinistra {
	float:left;
	width:150px;
	margin-right:3px;
	background: transparent
	}
#bottoni {
	text-align: center;
	padding-bottom: 20px;
	}
#colonna-sinistra ul {
	margin: 0;
	padding: 0
    }
#colonna-sinistra li {
width:152px;
    list-style-type: none;
    border-bottom: 1px solid #F5F9FB;
    background-color: #E9ECEE;
	text-align:center
    }
#colonna-sinistra li.attiva {
	width:152px;
	font-weight:bold;
	background-color: #F5F9FB
	}
#colonna-sinistra li.attiva a {
	background-color: #F5F9FB
	}
#colonna-sinistra li a {
    color: #595D66;
	text-decoration: none;
    padding: 5px 10px;
	display: block
    }
#colonna-sinistra li a:hover { 
    color: #fff; 
	background-color: #1F2D3D
	}
#colonna-contenuti {
	float:left;
	/*width:456px;*/
	background: transparent;
	color: #595D66;
	width:442px;
	text-align:justify
	}
div#colonna-contenuti p {
	margin: 0;
	padding: 5px 30px
	}
div#colonna-contenuti h2{
	color: #595D66;
	padding: 0 0 0 30px;
	margin: 10px 0 5px 0
    }
div#colonna-contenuti h3{
	color: #595D66;
	padding: 0 0 0 30px;
	margin: 10px 0 5px 0
    }
#colonna-contenuti li {
	list-style-type: circle;
	color:#595D66;
	font-size:small;
	font-variant:small-caps;
	font-weight: bold;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 12px;
	padding: 0 30px 0 0
    }
#colonna-contenuti a {
    color: #595D66
	}
#colonna-contenuti a:hover { 
    color: #990000
	}
#colonna-contenuti li a {
    color: #595D66
	}
#colonna-contenuti li a:hover { 
    color: #990000
	}
#colonna-contenuti li.links {
	margin-bottom: 10px;
	text-decoration: none
    }
#colonna-contenuti li.links a {
	text-decoration: none
    }
#colonna-contenuti li.links a:hover {
	margin-bottom: 10px;
	text-decoration: none
    }
#pie-di-pagina {
	background: #1F2D3D;
	color: #CCC;
	clear: left;
	border: 3px solid #FFF;
	text-align: center
	}
#pie-di-pagina p {
	padding: 13px 0 0px 0
	}
form{
	width:370px;
	padding:0px 20px;
	margin:10px 10px 0 10px
	}
fieldset{
	float: left;
	width: 370px;
    margin: 1em 0;
	padding: 0;
    border: none;
	border-top: 1px solid #CADEE6;
	background: #F0F5F8 url(images/aa.png) repeat-x top
	}
legend{
	font-weight:bold;
	color: #595D66;
	background:#F0F5F8
	}
form p{
	margin:0.5em 10px
	}
fieldset div{
	float:left;
	width:100%;
    padding: 10px 0 12px;
    background: url(images/linea.png) repeat-x bottom;
	}
label{
	float: left;
	width: 117px;
    display: inline;
	margin-left: 10px;
    line-height:23px
	}
input#go{
	margin-left:130px;
	background-image:url('images/button.png');
	background-repeat:no-repeat;
	background-color:#fff;
	background-position:center center;
	border:none;
	color:#E3EDF2;
	width:100px;
	height:35px
	}
input#invia {
  	margin-left: 130px;
	background-image:url('images/button1.png');
	background-repeat:no-repeat;
	background-color:#fff;
	background-position:center center;
	border:none;
	color:#E3EDF2;
	width:100px;
	height:35px
  }
.bordo{
	border: 1px solid #CADEE6;
	background:#F7FDFF
}
