body {
	margin: 0;
	padding: 20px 0px 0px 45px;
	background: #Ff6600 url(immagini/safe_bkg.jpg) repeat-x;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
}

a {
	text-decoration: none;
}
.mapLnk {
	color: #1D64E9;
}
.mapLnk:hover {
	text-decoration: none;
	color: #797979;
	}

.logo {
       float:right;
	   text-align:center;
	   margin-top:16px;
	   padding-top:12px;
	   width:170px;
	   height:42px;
	   border:1px outset #CE5913; 
       background-color:#FFffff;
	   -moz-border-radius: 15px;
	   -webkit-border-radius:15px;
	  }
	  
.titcln {
		float:left;
		background-color:#FFFFFF;
		width:310px;
		height:35px;
		text-align:center;
		margin:2px 2px 2px -4px; 
        padding:12px 0px 0px 0px;
		color:#363636;
		font-size:11px;
		font-weight:bolder;
		-moz-border-radius-topleft:10px;
		-moz-border-radius-bottomright: 15px;
		-webkit-border-top-left-radius:10px;
		-webkit-border-bottom-right-radius:15px;
		}

.titmenu {
		float:left;
		background-color:#FFFFFF;
		width:250px;
		height:35px;
		text-align:center;
		margin:2px 2px 2px -4px; 
        padding:12px 0px 0px 0px;
		color:#363636;
		font-size:11px;
		font-weight:bolder;
		-moz-border-radius-topleft:10px;
		-moz-border-radius-bottomright: 15px;
		-webkit-border-top-left-radius:10px;
		-webkit-border-bottom-right-radius:15px;
		}

.elenco {
         float:left;
		 background-color:#FFFFFF;
		 width:300px;
		 height:315px;
		 text-align:left;
		 margin:2px 2px 2px -4px;
		 padding:12px 4px 0px 5px;
		 line-height:20px;
		}		  

.testo {
		float:left;
		background-color:#FFFFFF;
		width:660px;
		text-align:left;
		margin:2px 2px 2px -4px; 
        padding:12px 5px 15px 5px;
		color:#363636;
		font-size:11px;
		line-height:16px;
		}		  

.tabcntr {
  		  float:left;
		  background-color:#FFFFFF;
		  width:280px;
		  height:115px;
		  text-align:left;
		  margin:5px;
		  padding:12px 4px 0px 5px; 
 		  line-height:24px;
		 }
		 
.news {
	   float:left;
	   background-color: #9EB618;
	   color:#FFFFFF;
	   width:285px;
	   height:155px;
	   text-align:left;
	   margin:-7px 2px -6px 2px;
	   padding:12px 4px 0px 6px;
	   line-height:16px;
	  }		 