body {
	text-align:center;
	padding:0;
	margin:0;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background:#fff;
}

#corpo {
	margin:0 auto;
	width:760px;
	position:relative;
	text-align:left;
	background:url(layout/sfondo_colonne.jpg) repeat-y;
}

/* TESTATA */

#testata {
	margin:0 auto;
	width:760px;
	height:280px;
}
#menu {
	position:absolute;
	top:170px;
	left:0;
	color:#626262;
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold
}
#menu ul {
	text-align:right;
	list-style:none;
	margin:0;
	padding:0
}
#menu li {
	padding:1px 0;
}
#menu a:link, #menu a:visited {
	color:#626262;
	text-decoration:none
}
#menu a:hover {
	background:#E1E9EE
}

/* COLONNA LATERALE */
#lato {
	width:166px;
	margin:0;	 
	position:absolute;
	top:270px;
	left:0;
	background:#EEEEEE	
}

/* CONTENUTO */

#contenuto {
	top:280px;
	margin:0 5px 0 180px;
	min-height: 649px;
	height: auto !important;
	height: 649px;
	font-size:110%;
	padding-bottom:15px
}
#contenuto p {
	text-align:justify;
	margin-left:5px;
	margin-right:5px;
	line-height:15px
}

#contenuto a:link, #contenuto a:visited {
	color:#6E1B04;

}
#contenuto a:hover {
	text-decoration:none
}
h1 {
	color:#4E7589;
	font-size:150%;
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	background: url(layout/h1.gif) no-repeat left center;
	padding:0 0 0 15px;
	margin-left:5px;
	margin-top:0
}
h2 {
	font-size:100%;
	margin-left:5px;
	margin-top:20px
}

/* PIE DI PAGINA */

#footer {
	clear:both;
	margin:0;
	padding:0 0 10px 0;
	background:#EEEEEE;
	margin-right:5px;
}

#footer p {
	margin:0 5px;
	color:#000;
}
#footer a:link, #footer a:visited {
	color:#000;
}
#footer a:hover {
	color:#000;
	text-decoration:none
}
#footer p.crediti {
	margin-left:590px
}

