/* CSS Document */

html, body{
	height:100%
}
body {
	color:#C9B894;
	text-align:center;
	padding:0;
	border:0;
	margin:0;
	background-color: #2b0000;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.166;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../immagini/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
h1, h2, h3, h4, h5, h6 { padding:0; margin:0; }
h1 { font-size:180%; } h2 { font-size:160%; } h3 { font-size:140%; } h4 { font-size:120%; } h5 { font-size:110%; } h6 { font-size:100%; }
p {
	padding:0px;
	margin:0px;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited {
	color:#C9B894;
	text-decoration: underline;
}
a:hover, a:active {
	color:#F3DE9B;
	text-decoration: none;
}

img { border:0; }

/********* form and related tag styles *********/
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #694C29;
}

* .left {
	float: left;
}
* .right {
	float: right;
}
* .sx {
	float: left;
}
* .dx {
	float: right;
}
.img-sx {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.Stile1 {font-size: 13px}

.cancella {	clear: both;}

#all {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#all #content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C9B894;
	line-height: 1.6em;
}
#all #content h1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #C9B894;
	border-bottom-color: #C9B894;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ffeaac;
	font-size: 24px;
	letter-spacing: 0.3em;
	padding: 10px;
}
#all #content p {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify;
}
