/* CSS Document */

#contenitore {
	width: 615px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	min-height:550px;
}
#colonna_dx {
	width:470px;
	float:left;
	margin-left:10px;
	
}
#corpo {
	width:465px;
	margin-top:15px;
	clear:both;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;

}
#foto {
	width:470px;
	clear:both;
	height:335px;
}
#frase {
	width: 135px;
	float:left;
	margin-top: 25px;
}
#lingua {
	width:280px;
	height:150px;
	margin-top:10px;
	float:right;
	text-align:right;
	margin-top:15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
#logo {
	width:300px;
	height:100px;
	margin-top:10px;
	float:left;
}

#piedino {
	height: 20px;
	margin-left: 30px;
	margin-right:30px;
	clear:both;
	font-size: xx-small;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	padding: 5px;
}

#special{
	margin-top:100px;
	font-size:11px;
	background-color:#510129;
	color:#FFF;
	padding:1px;
	
	}
	
/* Tag */

body {
	background-color:#510129;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size: small;
	margin: 0px;
	background-image:url(../Immagini/Fondo_contenitore.gif);
	background-position:center;
	background-repeat:repeat-y;
}

p {
	line-height: 1.4em;
	text-align: justify;
	color: #000000;
	margin-left: 20px;
}

a {	
	color:#660033;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	line-height: 1.4em;
	text-align: left;
	color: #660033;
	margin-left: 20px;
	font-size:large;
}
h3 {
	line-height: 1.4em;
	text-align: left;
	color: #660033;
	margin-left: 20px;
	font-size:medium;
}

.testo {
	line-height: 1.4em;
	text-align: justify;
	color: #000000;
	margin-left: 20px;
}
table {
	margin-left: 20px;
}
.tableInterna {
	margin-left: 0px;
}
td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CABF8F;
}
.titolettoTabella {
	line-height: 1.4em;
	text-align: left;
	color: #660033;
	font-weight:bold;
}
.piccolo {
	line-height: 1.2em;
	text-align: left;
	color: #000000;
	font-size:x-small;
	font-weight:normal;
}
.recapiti {
	line-height: 1.2em;
	text-align: right;
	color: #514C38;
	font-size:x-small;
	font-weight:normal;
	margin-right: 20px;
}
.frase {
	text-align: left;
	color: #02274c;
	font-size:x-small;
	font-weight:normal;
}
.sinistra {
	float:left;
	margin-left:10px;
}
.destra {
	float:right;
}
.separatore {
	clear:both;
	}
