/* ######### CoralloRosso CSS ######### */

body{
	margin: 0 auto;
	background-color: Aqua;
	padding: 0;
	/*
	background-color: #D4CCAA;
	background-image: url('/img/testata_2.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom left;
	*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}
#contenitore{
	height: 100%;
	width: 990px;
	margin: 0 auto 0 auto;
	/*position: relative;*/
}
#piede{
	/*margin-bottom: 0;*/
	padding: 2px;
	/*position: absolute;*/
	width: 986px;
	background-color: #00518F;
	text-align: center;
	color: Silver;
	font-size: 10px; /*bottom: 0;*/
}
#piede a{
	color: Silver;
}
#piede a:hover{
	color: Aqua;
}
#piede br{
	margin-bottom: 6px;
}
#pagina{
	width: 958px;
	border-left: 1px solid #00518F;
	border-right: 1px solid #00518F;
	margin: 0px;
	padding: 15px;
	background-color: White;
}
#testa{
	background-image: url(/~sanvitop/images/testata2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-right: 1px solid #00518F;
	height: 276px;
	width: 989px;
}
#mainmenu{
	padding-top: 250px;
	width: 989px;
	margin-left: 1px;
}
#coldx{
	float: right;
	width: 200px;
}
#colsx{
	float: left;
	width: 730px;
}
img{
	border-color: #660000;
}
br{
	margin-bottom: 0px;
}
p{
	margin-bottom: 12px;
}
H1{
	font-size: 20px;
	color: #00518F;
}
H2,H3,H4{
	margin: 2px;
}
td{
	text-align: justify;
}
.lbox{
	border: 1px solid #000;
	display: inline;
}
.dida{
	font-size: 10px;
}
table.info{
	background-color: #00518F;
	font-size: 10px;
}
table.info th{
	background-color: #00ffff;
	color: #00518F;
}
table.info td{
	background-color: #fff;
	text-align: left;
}
table.info br{
	margin-bottom: 0;
}
table.alcentro td{
	text-align: center;
}
UL{
	margin-bottom: 10px;
	margin-top: 2px;
}