#header{
	width:900px;
	height:150px;
	background:#74A8A8 url(../images/template/bg-logo.jpg) no-repeat left top;
	float:left;
}

#header #logo{
	float:left;
	border-right:1px solid #D9E6C4;
	width:215px;
	height:135px;
	padding:15px 0 0 30px;
}

#header #img-header{
	float:right;
	width:654px;
	height:150px;
}

#menu {
	text-align:center;
	width:900px;
	height:40px;
	float:left;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:10px 0 0;
	height:20px;
	width:900px;
}

#menu ul li{
	padding:0 4px 0 9px;
	margin:0;
	height:20px;
	color:#3E610E;
	font-size:17px;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/template/sep-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul li.uno{
	background:none;
}

#menu ul li a{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#3F6967;
	text-decoration:none;
	width:auto;
	letter-spacing:-1px;
}

#menu ul li a:hover{
	color:#508784;
}

#pagina {
	width:900px;
	float:left;
	background:#FFF url(../images/template-wide/bg-pagina-wide.gif) no-repeat left bottom;
}


#pagina #contenuto {
	width:850px;
	float:left;
	background: url(../images/template-wide/bg-contenuto-wide.gif) no-repeat left top;
	padding:25px 25px 46px;
}

#pagina #contenuto h3{
	height:27px;
	padding:0 0 0 7px;
	margin:-13px 0 0;
	background: url(../images/template/bg-h3.gif) repeat-x left top;
	color:#3E610E;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	letter-spacing:1px;
}

#pagina #contenuto h3 span{
	background: #FFF;
	padding:0 6px;
}

#pagina #contenuto #testo{
	padding:8px 0 0;
	float:left;
}



 