/* CSS Document */

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#ombra{
	background-image: url(../../images/ombra/ombra_bg.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
#ombraBott{
	background-image: url(../../images/ombra/ombra_bott.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container{
	padding: 0px;
	width: 905px;
	height: 648px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom:0px;
	border: 10px solid #4786A6;

}
#header{
	margin: 0px;
	padding: 0px;
	
}
.bgh{
	background-image: url(../../images/home/banner10.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 200px;
}
#logo{
	padding-top: 33px;
	padding-left:0px;
	text-align:left;
	position:relative;
}

#menu1{
	font-size: 120%;
	font-weight: bold;
	color: #990033;
	background-color: #4786A6;
	text-align: left;
	margin: 0px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 15px;
	height:35px;
	vertical-align: middle;
}
#menu1 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}
#menu1 li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
	vertical-align: middle;
	
}

#menu1 a:link{
color:#FFFFFF;
text-decoration:none;
}
#menu1 a:visited{
color:#FFFFFF;
text-decoration:none;
}
#menu1 a:hover{
color:#990033;
text-decoration: underline;
}
#menu1 a:active{
color:#FFFFFF;
text-decoration:none;
}

#menu2{
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7D166B;
	text-align: left;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#colonnaSX{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}

#bacheca{
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#bacheca h3{
	font-size: 130%;
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	margin: 0px;
	padding: 6px;
	font-weight: bold;
}

#bacheca .corpoBacheca{
	text-align: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 90%;
}
#bacheca .titoloRed{
	font-weight: bold;
	color: #990000;
	display:block;
	text-decoration: underline;
}

#content{
	float: left;
	width: 590px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	text-align: left;
}

#colonnaDX{
	margin: 0px;
	float: right;
	width: 282px;
	height: 371px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:right;
	vertical-align:top;
}

#colonnaDX p{
	margin-bottom:15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#footer{
	font-size: 95%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4786A6;
	margin: 0px;
	clear: both;
	vertical-align: middle;
	padding: 10px;
	text-align: left;
}

