@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding: 0px;}

body {
	text-align:center;
	background-color: #e1f0fd;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#303f4d;
}

p{
	text-align:justify;
	font-weight:normal;
	margin: 15px;

}

#tutto {
	width:957px;
	margin: 0px auto;
}

#top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 81px;
	width: 957px;
	margin-top: 5px;
}


#testata{
	background-image:url(../images/testata.jpg);
	background-repeat:no-repeat;
	width: 957px;
	height: 198px;
	margin-top: 5px;
}

#menu{
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	width: 957px;
	height: 49px;
	margin-top: 5px;
}

#corpo {
	background-image:url(../images/corpo.gif);
	width: 957px;
	float:left;	
}

#corpo_top {
	background-image:url(../images/corpo_top.png);
	background-repeat:no-repeat;
	height:46px;
	width:957px;
	margin-top:5px;
}

#corpo_sx {	
	float:left;
	width:673px;
	text-align: left;
}

#corpo_dx {
	float:left;
	width:284px;
	text-align: left;
}

#corpo_bottom { 
	background-image:url(../images/corpo_bottom.png);
	background-repeat:no-repeat;
	height:83px;
	width:957px;
	float:left;
}
#bottom {
/*	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;*/
	height:145px;
	width: 957px;
	margin-top: 3px;
	float: left;
}

#footer{
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height:39px;
	width:957px;
	margin-top:9px;
	float:left;
}

.sx_interno{
	text-align:center;
	font-weight:bold;
	margin-top: 20px;
	margin-right: 28px;
	margin-bottom: 10px;
	margin-left: 28px;
	background-image: url(../images/fondino.png);
	background-repeat: no-repeat;
}

.sx_interno img{
	border:#303f4d solid 1px;
	padding:2px;
}

.dx_interno{
	background-image:url(../images/button_sotto.png);
	background-repeat:no-repeat;
	height:84px;
	width:278;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#corpo_dx ul{
	list-style:none;
	margin-left: 2px;	
}
#corpo_dx ul li a{
	display:block;
	height:36px;
	width:278px;
	line-height: 36px;
	text-indent:10px;
}
#corpo_dx ul li a:link, #corpo_dx ul li a:visited {
	background-image:url(../images/button.png);
	font-weight:normal;
}
#corpo_dx ul li a:hover, #corpo_dx ul li a:active, #corpo_dx ul li a:focus{
	background-image:url(../images/button2.png);
	font-weight:normal;	
}

.sx_interno_link{ 
	margin:15px;
	font-weight:bold;
	color:#8ccef7;
	
}

.sx_interno_link a:link, .sx_interno_link a:visited {
	font-weight:bold;
	color:#3e80b6;
}
.sx_interno_link a:hover, .sx_interno_link a:active, .sx_interno_link a:focus{
	font-weight:bold;
	color:#3e80b6;	
}

.footer_bottom{ 
	margin-top:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #3e80b6;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #1a528f;
	text-decoration: none;
	font-weight: bold;
}

