body{
  font-family: verdana;
  font-size: 12px;
  text-align: center;
}
.page {
  width: 965px;
  margin: 0 auto;
}
.container {
  width: 965px;
  background: #e6e6e6;
  text-align: left;
}
.left {
  float: left;
  background: #fff;
  width: 615px;
}
.right {
  float: right;
  width: 350px;
}
.clear {
  clear: both;
}
.testata {
  background: url(../img/testata.jpg);
  width: 601px;
  height: 163px;
  cursor: pointer
}
.testataCentro {
  background: url(../img/striTestata.jpg);
  width: 601px;
}
.menu {
  background: url(../img/sfondoMenu.jpg);
  background-position: 0px 15px;
  width: 350px;
  height: 367px;
}
.corpo {
	margin-top: 10px;
	margin-right: 16px;
	height: 800px;
}
html>body .corpo {
	height: auto;
	min-height: 800px;
}
a:link, a:visited {
	color: #e3112a;
	text-decoration: none
}
.menu a:link, .menu a:visited {
	color: #000;
	text-decoration: none
}
.footer {
	background: #0A71B3;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-weight: bolder;
	color: #fff
}
.footer a:link, .footer a:visited {
  color: #fff
}
.testata2 {
  background: url(../img/logoComitato.jpg);
  width: 601px;
  height: 152px;
  cursor: pointer
}
.titoletto{
  color: #0A71B3;
  font-weight: bolder
}
.sitiAmici a:link, .sitiAmici a:visited{
	color: #0A71B3;
}
.miniature{
	/*
	padding: 3px 3px 10px 3px;
	margin-right: 10px;
	float: left; 
	border: 1px solid #aaa;
	*/
	margin-right: 10px;
	float: left;
}
img{
	border: 0px
}

.paging{
	text-align: right;
	margin-bottom: 10px
}

#loader {
	display: none;
	position: absolute;
	top: 38%;
	left: 35%;
	border: 2px solid #777;
	color: #777;
	background: #fff;
	font-family: Verdana;
	font-size: 18px;
	padding: 10px
}

#win {
  display: none;
  position: absolute;
  border: 0px solid #bbb;
  border-bottom: 0px solid #444;
  border-right: 0px solid #444;
  padding: 10px;
  background: #fff;
  border: 1px solid #333;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

#op {
  display: none;
  position: absolute;
  background: #000;
  top: 0px;
  left: 0px;
  width: 100%;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}

.dissolto{
        filter:alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        border: 0px solid #000;
        width: 200px;
}
