/* CSS Document */

* {
  padding: 0;
  margin: 0;
} 

body { 
  background: #FAF9E5;
  font-family:Arial, Helvetica, sans-serif;
}


img {
border:0px;
}
.cl {
clear:left}

.cb {
clear:both}


#pagina 
{
  margin:auto;
  width: 934px;
}

#foot {
background:url(../img/foot.jpg) no-repeat;
height: 47px;}

#head {
background:url(../img/head.png) no-repeat top;
height: 90px;
}

	.int_head {
	padding-left: 17px;
	padding-right:17px;
	padding-top:15px;
	}
	
	.menu {
	width: 225px;
	height:73px;
	
	float:left;
	text-align:center
	}
	
	.menu:hover {
	background: url(../img/menu_hover.png) repeat-x bottom;}
	
	.menu img {
	margin-top: 20px;
	}
	
	.contenuti {
	background:url(../img/bk_pag.png) repeat-y top left;

	}
	
	.content_contenuti {
	padding: 20px 35px 20px 35px;
	}
	
	
	.left {
	width: 70%;
	float:left;}
		
	.right {
	width: 29%;
	float:left;}
	
/* formattazione */

h1 {
color:#B6998A;
font-size:22px;
font-family:Geneva, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
}

h2 {
color:#B6998A;
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
}

p {
font-family:"Times New Roman", Times, serif;
font-size: 14px;
line-height: 20px;
color:#333333;
margin-top:10px;
margin-right: 20px;
text-align:justify;
}

a {
color:#CBA59F
}

.pulz {
background: #806443 url(../img/bk_pulz.png) top repeat-x;
border: 1px solid #CBA59F;
padding: 10px;
}

.pulz2 {
background: #ccc url(../img/bk_pulz2.png) top repeat-x;
border: 1px solid #ccc;
padding: 10px;
margin-top:20px;
}


.info {
font-size: 22px; 
font-family:"Times New Roman", Times, serif;
color:#FAF9E5;
font-style:italic;
margin-top:10px;
float:left;
}

.contatti td {
font-family:"Times New Roman", Times, serif;
font-size: 14px;
line-height: 20px;
color:#333333;
text-align:justify;
}

.input_text {
border: 1px solid #CBA59F;
background: 806443;
width: 250px}

.submit {
background: #806443 url(../img/bk_pulz.png) top repeat-x;
border: 1px solid #CBA59F;
padding: 10px;
font-size: 22px; 
font-family:"Times New Roman", Times, serif;
color:#FAF9E5;
font-style:italic;
}

.content_footer {
font-size: 11px;
font-family:"Times New Roman", Times, serif;
color:#FAF9E5;
text-align:center;
padding-top:5px;} 

.content_footer a {
color:#333333;
}

.foto {
border: 1px solid #CBA59F;
}

/* margini */

.mt_10 {
margin-top:10px;
} 

hr {
border: 1px dotted #B6998A;
margin-bottom: 10px;
}