html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
}

body {
	margin: 0;
	padding: 0;
	background: #6684cb url(../img/background.jpg) no-repeat fixed top right;
	text-align: center;
	top: 0px;
	left: 0px;
}

#principale {
	text-align: left;
	margin: 5em 20em 2em 5em;
	backup: #b3c2e1 url(../img/background2.jpg) no-repeat fixed top right;
	background-color: #b3c2e1;
}

#testata {
	text-align: left;
	position: relative;
	margin: 0;
	padding: .2em 2em .1em 2em;
}

#menu {
	border: 1px solid black;
	border-top: 0em;
	border-left: 0em;
	margin: 0em 2em .1em;
	padding: .4em .2em .5em .2em;
	text-align: center;
}

#menu p {
	font-weight: bold;
	text-align: left;
	font-size: 120%;
}

#menu span {
	padding-left: 2em;
}

#menu a {
	color: #bb0000;
}

#menu a:hover {
	color: #009933;
}

#menu a:visited {
	color: #bb0000;
}

#contenuto {
	border : 0;
	margin : 0em 3em;
	padding: .6em 0 .5em 0;
}

#navigazione {
	border: 1px solid black;
	color: #191970;
	float: left;
	padding: 0;
	width: 14em;
}

#navigazione h2 {
	border-bottom : 1px dotted #808080;
	color : #191970;
	font-weight : bold;
	margin : 1.5em .5em .3em .5em;
	padding-bottom : .2em;
	text-align : center;
}

#navigazione a {
	color :#000000;
}

#navigazione a:hover {
	color :#000000;
}

#navigazione a:visited {
	color :#000000;
}

#navigazione p {
	margin : .5em .5em;
}

#post {
	border : 0;
	margin-left : 14em;
	padding : 0 0 1em 1.5em;
	width : 35em;
}

#post h2 {
	color : #191970;
	font-weight : bold;
	margin : .5em;
}

#post h3 {
	color : #cc0000;
	font-weight : bold;
	margin : .5em;
}

#post p {
	border-bottom : 1px dotted black;
	color : #000000;
	line-height : 1.5em;
	margin : .5em;
	padding-bottom : .4em;
}

#testo {
	border : 0;
	margin-left : 14em;
	padding : 0 0 1em 1.5em;
	width : 35em;
	vertical-align: top;
}

#testo h2 {
	color : #191970;
	font-weight : bold;
	border-bottom : 1px dotted #cc0000;
	margin : .5em;
}

#testo p {
	color: #000000;
	line-height: 1.5em;
	margin: .5em;
	padding-bottom: .4em;
}

#testo label {
	color: #000000;
	line-height: 1.5em;
	margin: .5em;
	padding-bottom: .4em;
	vertical-align: top;
}

#piede {
	padding: 1em;
	background-color: #efefef;
	text-align: center;
}

#piede h4 {
	color : #191970;
	font-weight : bold;
	margin : .5em;
}

#piede h5 {
	color : #cc0000;
	font-weight : bold;
	margin : .5em;
}

#piede h6 {
	color : #cc0000;
	font-weight : bold;
	margin : .5em;
}

tr {
	color : #191970;
	border : 1px dotted #cc0000;
}

td {
	color : #191970;
	border : 1px dotted #cc0000;
}

