html,body{
		margin:0;
		padding:0
}


body{
	font: 100% verdana,arial,sans-serif;
	text-align:center;
behavior: url(csshover3.htc);

}


p{
	margin:0 10px 10px;
}



 


div#header {
		height:210px;
		margin:0;
	        position: relative;

		background: white;
 		url(background.jpg);
		color: #79B30B;
		font-family: verdana, arial, sans-serif;
overflow: hidden;
}


div#header h1 {
	font-size: 170%;
	font-weight: bold;
	color: black
}


div#header h2 {
	font-size: 110%;
	font-weight: bold;
	color: black
}

div#header h3 {
	font-size: 90%;
	font-weight: bold;
	color: black
}


div#header ins 	{
			text-decoration: none;
		}


div#container{
		text-align:left;
		width:750px;
		margin:0 auto;
}

div#content{
		float:right;
		width:600px;
		height:442px;
		overflow:auto;
		z-index:-1;
}


div#content p{
		/*line-height:1.4;*/
		font-size: 90%;
		font-weight: normal;
		color: black

}

div#content p.table{
	font-size:75%;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
}

div#content p.elenco{
	font-size:75%;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:20px;
}

div#content a img{ border: 0px; }




div#extra{
		background:white;
}


div#footer{
		background: #333;
		color: #FFF;
}


div#footer p{
		margin:0;
		padding:5px 10px;
}


div#extra{
		clear:both;
		width:100%;
}


div#navbar {
		background:#B9CAFF;
		float:left;
		width:150px;
		font-size:80%;
		z-index: 10;
		
}


div#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
background: #fff; /* IE6 Bug */
	}

div#navbar ul li {
	position: relative;
background: #fff; /* IE6 Bug */	
	}
	
div#navbar li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
background: #fff; /* IE6 Bug */
	}

/* Styles for Menu Items */
div#navbar ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

div#navbar ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
div#navbar li ul li a { padding: 2px 5px; background: #fff; /* IE6 Bug */} /* Sub Menu Styles */
		
div#navbar li:hover ul, li.over ul { display: block; } /* The magic */


table#logo a img{ border: 0px; }




.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
font-size:60%;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top:0px;
left: 210px; /*position where enlarged image should offset horizontally */
z-index: 5;
}


