body {
	margin: 0px;
	background-color:#FFFFFF;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:none;
}
img, p {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#container_documento {
	width: 640px;
	height:100%;
	margin:0px;
	float:left;
}
#testata_documento {
	width: 100%;
	height:40px;
	margin:0px;
	background-image:url(/immagini/frontend/struttura/testata_immagine.gif);
	background-repeat:repeat-x;
}
#testata_documento p{
	display:block;
	margin:0px;
	font-size:11px;
	color:#CCCCCC;
	padding-top:10px;
	padding-left:10px;
	float:left;
}
#intestazione_documento {
	width: 630px;
	height:141px;
	background-image: url(/immagini/frontend/oggetti/intestazione_oggetto.jpg);
	background-repeat:no-repeat;
	border:0px solid red;
}
#foto_autore {
	width: 160px;
	height:140px;
	float: left;
}
.imageholder_autore {
	width: 100px;
	height: 75px;
	margin-top: 60px;
	margin-left: 53px;
	border: 1px;
	border-color: #F5F5F5;
	border-style: solid;
}
#imageholder img{
	display:block;
	border:0px;
}
#titolo_documento {
	width: 440px;
	height:140px;
	float:left;
}
#titolo_documento p{
	padding-top:58px;
	padding-left:5px;
	padding-right:30px;
	font-family: Tahoma, sans-serif, Arial;
	font-size:18px;
	color:#333333;
}
h1 {
	padding-top:58px;
	padding-left:5px;
	padding-right:5px;
	font-family: Tahoma, sans-serif, Arial;
	font-size:16px;
	color:#333333;
	display:block;
	margin:0px;
}
#contenuto_documento {
	width: 630px;
	background-image: url(/immagini/sfondo_oggetto_centrale.gif);
	background-repeat:repeat-y;
}
#dati {
	width: 630px;
	padding-top:25px;
}
#scheda {
	border-top: 1px solid #D9DAC2;
	border-right: 1px solid #D9DAC2;
	border-left: 1px solid #D9DAC2;
	background-color:#F9F9F7;
	margin-left:56px;
	width:550px;
}
#scheda td{
	border-bottom: 1px solid #E7E6CB;
	font-size:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	padding:7px;
	font-weight:bold;
	vertical-align: top;
}
.td_middle_right{
	border-left: 1px solid #E7E6CB;
	width:75%;
	font-weight:normal !important; 
}
.td_bottom_left{
	border-bottom: 1px solid #D9DAC2;
}
.td_bottom_right{
	border-bottom: 1px solid #D9DAC2;
	border-left: 1px solid #E7E6CB;
	font-weight:normal !important 
}
#footer_documento {
	width: 630px;
	height: 129px;
	background-image: url(/immagini/footer_oggetto.jpg);
	background-repeat:no-repeat;
}
#footer_documento p{
	display:block;
	padding-top:40px;
	font-size:10px;
	color:#999999;
}
#footer_documento a{
	text-decoration:none;
	color:#FF6600;
}
#footer_documento a:visited{
	text-decoration:none;
	color:#FF6600;
}
#footer_documento a:hover{
	text-decoration:none;
	color:#666666;
}
