html, body {
	margin:0;
	padding:0;
}

#main {
	width: auto;
	text-align:left;
}

/*  TESTATA  */
#testata {
	display: none;
}

/*  FINE TESTATA  */

#corpo {
	width:600px;
	margin:0;
	padding:0;
	text-align: left;
}

#leftcol {
	width: 0%;
	display: none;
}

#centercol {
	position: absolute;
	left: 0;
	width: 98%;
	text-align:left;
	margin:0;
	padding:0;
}
#incpath {
	display: none;
}
.centercolorizz {
	width: 100%;
	margin:0;
	padding: 10px 0;
}
.centercolorizzM {
	width: 100%;
	margin:0;
	padding: 10px 0;
}

.centercolsx {
	width: 30.0%;
	margin-left:0;
	text-align:right;
	float: left;
}

.centercoldx {
	width: 65.0%;
	padding-top: 8px;
	padding-right:10px;
	text-align:left;
	float: right;
}



#contenfoto {
	margin: 20px 0px 10px 0px;	
	text-align: center;
}

#foot {
	display: none;
}


/*    INIZIO FORMATTAZIONE COL. CENTRALE   */
h1, h2, h3, h4 {
	text-decoration: none;
}

h1 {
	margin-bottom: 1px;
}

h2 {
	margin-top: 5px;
}

h2.margin_h2_bottom {
	margin-bottom: 5px;
}

.margin_tit_topbottom {
	margin-top: 15px;
	margin-bottom: 5px;
}

.h2_piccolo {
	font-size: small;
}

.foto {
	margin: 6px 0px 6px 1px;
}

span.separatore {
	width: 100%;
	height: 1px;
	margin: 2px 0px;
	display: block;
	clear: both;
}
.margin_p {
	margin: 5px 0px 0px 0px;
}

.progetto { float:left; margin-right: 20px;}


/*    FINE FORMATTAZIONE COL. CENTRALE   */

/*  LINK  */
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
.focus {
	font-weight: bold;
	text-decoration: none;
}
/*  FINE LINK  */


div.imgcont {
	width: 100%;
	clear:both;
}
div.imgpr {
	margin: 8px 0px 0px 0px;
	width: 98%;
	padding-bottom: 10px;
	float: none;
}
img.prev {
	margin-right: 5px;
	float: none;
	border: none;
}
div.imgpart {
	width: 98%;
	margin: 8px 0px 0px 0px;
	float: none;
	border-top: 1px solid #000000;
	border-left: none;
	padding-left: 5px;
}

/*    ELENCO PUNTATO   */
ul.ulcorpo { 
	margin: 0px 8px 0px 15px;
	list-style: url(dot_corpo.gif); 
	line-height: 160%;
}
ul { 
	margin: 3px 6px 5px 17px;
	line-height: 110%;
	list-style-type: square;
}

ol { 
	margin: 0px 8px 0px 12px;
	line-height: 150%;
}
ul.testataU {
	list-style: none none;
	margin: 5px 0;
	padding: 0;
}
ul.testataU li {
	display: inline;
	list-style: none none;
	margin-left: 5px;
	margin-right: 5px; 
}
ul.list_marginsx li {
	 margin: 0px 0px 0px 20px;
}
ul.list_marginbottom li {
	 margin-bottom: 5px;
}


/*    FINE ELENCO PUNTATO   */
img { border:none;}
.destra { float:right; margin-left: 5px; margin-bottom:5px;}
.sinistra { float:left; margin-right: 5px; margin-bottom:5px;}


