html,body{
	height: 100%;
	width: 100%;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color:#444444;
}

a{
	text-decoration: none;
	color: #334E6A;
}

a:hover{
	color: #E53A31;
}

.clear{
	clear: both;
	display: block;
}


#col-sx{
	width: 532px;
	float:left;
	margin-bottom: 10px;
	margin-right: 13px;
 padding-right:10px;
	font-size: 12px;
	display: block;
}

#col-sx h1{
 font-family:Verdana, Geneva, sans-serif;
 font-size:18px;
 color:#001b40;
 font-weight:normal;
}

#col-sx ul{
 list-style:none;
 margin-left:24px;
 line-height:20px;
}

#col-sx ul li{
 background:url(../images/li.gif) 0px 0px no-repeat;
 padding-left:22px;
 line-height:22px;
}

#col-sx p{
 line-height:20px;
 padding:0;
 margin:8px 1px;
}

	#contenuti #col-dx{
		width: 376px;
		display: block;
		float: left;
  background-color:#f2f2f3;
  border:1px solid #d3d4d4;
	}
 
	#contenuti #col-dx h2{
  color:#ff6600;
  font-size:20px;
  font-weight:normal;
  padding:10px 0px 0px 10px;
	} 
 
	#contenuti #col-dx p {
  padding:0px 10px;
  line-height:20px;
   font-size:11px;
	}  
 
  #contenuti #col-dx ul{
 list-style:square;
 margin-left:24px;
 line-height:20px;
 font-size:11px;
}

#contenuti #col-dx li{
 padding:0px 10px 0 0;
 line-height:16px;
 padding-bottom:10px;
}

#wrapper{
	height: 101%;
	width: 100%;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#sfondo-layout{
	height: 100%;
	width: 100%;
	background-image: url(../images/bg_wrapper.gif);
	background-position: top;
	background-repeat: no-repeat;

}


#container{
	margin: 0 auto;
	width: 990px;
	min-height: 550px;
	position: relative;
}

#header{
	width: 990px;
	height: 356px;
 padding-top:125px;
}

#banner{
	width: 990px;
	height: 356px;
 background-image:url(../images/banner.gif);
 background-repeat:no-repeat;
 text-align:right;
}


#footer{
	height: 60px;
	width: 100%;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top: #cbcdd2 1px solid;
	color: #334e6a;
}

	#footer .inner{
			margin: 0 auto;
			width: 990px;
   font-size:10px;
   text-align:center;
   padding-top:20px;
	}


#content{
	min-height: 200px;
	padding: 10px 0 10px 30px;
}


#contenuti {
	padding-right: 10px;
	min-height: 400px;
}
	
	
 #master{
		width: 930px;
		display: block;
		float: left;
  background-color:#f7f7f7;
  border:1px solid #d3d4d4;
	}
 
#master h2{
  color:#ff6600;
  font-size:24px;
  font-weight:normal;
  padding:20px 0px 0px 10px;
	} 
 
 #master p {
  padding:0px 10px;
  line-height:20px;
	}  
 
 #master ul{
 list-style:none;
 margin-left:24px;
 line-height:20px;
}

#master ul li{
 background:url(../images/li.gif) 0px 4px no-repeat;
 padding-left:22px;
 line-height:20px;
 padding-bottom:10px;
}

		
	#contenuti .box-dx {
	padding: 0 0px 10px 6px;
  font-size:11px;
  float:left;
	}

	#contenuti .box-dx p {
  font-size:11px;
  padding:0px 4px;
  margin:0 0 10px 0;
	}  
 
	#contenuti .box-dx a {
 cursor:pointer;
	} 
 
 	#contenuti .box-dx  .img {
		padding: 10px 0px;
	}
 



