
/*GIORGIO PASSINO*/

body {
	background:url("../img/bg-header.png") repeat-x top left ;
    font-size:100%;
    line-height:1.125em; /* 161.125=18 */
	margin: 0 auto; padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#fbecdf;
	color:#5b5247;
	/*text-align:center;*/
} 
.body p {
   
}
html, body {
	margin: 0;
	padding: 0;
}
img{
	border: none;
	text-decoration: none;
}
label{
	font-size: 100%;
}
h1,h2,h3{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
a{
	text-decoration: none;
	color:#666;
	outline:none;
	-moz-outline: none !important;
}
a:visited{
	
	text-decoration: none;
	
}
a:hover{
	
	text-decoration: none;
	color:#FF7200;
}
a:active{
	
}	
ul, ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li, ol li{
	margin: 0;
	padding: 0;list-style-type: none;
}
p{
	text-align:center;
	padding: 0;
	margin: 0;
}
form{
	margin: 0;
	padding: 0;
	border: none;
}
fieldset{
	margin: 0;
	padding: 0;
	border: none!important;
}
/*fin qui azzero valori */
.body_text blockquote{
	text-indent: 35px;
	background: url("../img/quote_sx.gif");
	background-position: 0 2px;
	background-repeat: no-repeat;
	text-align:left;
}
.body_text blockquote p {
	margin: 0;
	padding-right: 23px;
	background:url("../img/quote_dx.gif") no-repeat scroll right bottom ;
	line-height:1.6;
	font-style:italic;
}
/*>>>GRUPPO HEADER<<<*/
/*CONTENITORE COMPLESSIVO + CONTENITORE PER CENTRATURA*/
#cont_header {
	width:100%;
	float:left;
}
#header {
	width:960px;
	height:149px;
	margin:0 auto;
	background:url("../img/logo.png") no-repeat top center ;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#testo{
	float:left;
	text-align:center;
	width:100%;
	margin-top:150px;
}
#testo h1{
	font-size:1.875em;
	margin-bottom:10px;
}
#cont_corpo {
	width:100%;
	float:left;
}
#corpo{
	width:960px;
	height:149px;
	margin:0 auto;
}
#marchio{
	width:100%;
	float:left;
	margin-top:10px;
	text-align:center;
}
#intestazione{
	margin-top:20px;
	float:left;
	width:100%;
	text-align:center;
}
