@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-color: #201f2d;
	background-image: url(../img/sfondo.jpg);
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: top;
}
#top {
	height: 194px;
	width: 990px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pagina {
	height: auto;
	width: 974px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.bordo {
	margin: 0px;
	padding: 0px;
	border: 1px dashed #CCC;
}
#pagina .news p strong {
	color: #660;
}


#pagina .news h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #6A824E;
}
#pagina .news{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	height: auto;
}
.pannello_dx {
	width: 400px;
	height: 270px;
	padding: 0px;
	float: right;
	background-color: #DBDFC8;
	border: 1px dashed #98AF7A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
