/* Basic Elements */
#container {
	width: 900px;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 100px;
	}
#content {
	float: right;
	width: 78%;
	border: 1px solid #cecece;
	}
#left {
	float: left;
	width: 20%;
	}
#footer {
	width: 99.8%;
	clear: both;
	text-align: center;
	padding: 5px 0;
	margin-right: -5px;
	color: #59002c;
	background: white;
	border: 1px solid #cecece;
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px solid #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-right: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: #660032;
	border-right: 7px solid #660032;
	}
	
#sidebar li a#active {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: white;
	border-right: 7px solid #59002c;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	background: #59002c;
	}

/* Gallery */

div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}	
	
/* Additional styles */

p{
	margin: 15px;
	padding: 0px;

}
.vcenter {
  min-height: 12em;
  display: table-cell;
  vertical-align: middle;
}

.Colore {
	color:  #59002c;
}

.StileCentrato
{
	//color: #59002c;
	margin: 15px;
	padding: 0px;
	text-align: center;
}

.image {
   position: relative;
   width: 100%; /* for IE 6 */
}

.OverImage {
   position: absolute;
   top: 10px;
   left: -50px;
   width: 100%;
}

.OverImage span {
   color: white;
   font: bold 16px/24px Helvetica, Sans-Serif;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
}

.OverImage a{
	color: white;
}

.OverImage a:hover{
	color: #59002c;
}

.ConSfondo{
	
	background: #ffffff url(../images/image_index.jpg) repeat-x;
	background-attachment: fixed; 
}

div#show {
	margin: 15px 15px 0px 15px;
	text-align: center;
}

div#show table {
	text-align: center;
	margin: 0 auto 0 auto;
}
