HTML,BODY {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: arial;	
}
BODY {
	background-color: black;
}
TABLE {
	border-collapse: collapse;
}
P {
	text-align: justify;
	font-size: 20px;
	margin-top: 0;
	line-height: 1.5;
}
A {
	text-decoration: none;
	color: blue;
}
A IMG {
	border: none;
}
A:Hover {
	text-decoration: underline;
}
H2 {
	font-size: 28px;
}
H3 {
	margin-bottom: 8px;
	font-size: 26px;
	text-shadow: #c0c0c0 3px 3px 2px;
	color: #00008C;
}
H3 SMALL {
	font-size: 22px;
	color: black;
}
#main {
	width: 100%;
	height: 100%;
}

#logo_h {
	text-align: center;
}

#left, #right {
	background: url("img/film.gif") black repeat-y top left;
	width: 200px;
	color: white;
	text-align: center;
	vertical-align: top;
}
#page {
	background: url("img/bg.jpg") #dcdcdc no-repeat fixed bottom center;
	color: black;
	font-size: 28px;
	vertical-align: top;
}
#page_pad {
	padding: 50px;
}
#right_photos {
	height: 400px;
	overflow: hidden;
	padding-left: 28px;
}
#right_photos IMG {
	display: block;
	margin: 3px 1px;
}

#menu {
	margin: 20px 0;
}
#menu A {
	display: block;
	font: normal 24px arial;
	color: silver;
	background: #303040;
	margin: 1px 26px 2px 25px;
	height: 40px;
	padding-top: 15px;
	text-shadow: black 3px 3px 3px;
}
#menu DIV.selected A {
	color: white;
	background: #404060;
} 
#menu A:Hover {
	color: #e0e0e0;
	background: black;
	text-decoration: none;
}

#lang IMG {
	margin: 10px 5px;
	cursor: hand;
	border: solid 2px #303030;
	opacity: .5;
	filter: alpha(opacity=50);
}
#lang A.selected IMG {
	opacity: 1;
	filter: alpha(opacity=100);
}
#lang A:Hover IMG {
	border: solid 2px silver;
}
#credits {
/*	position: fixed;
	bottom: 5px;
	left: 29px; */
}
#credits A {
	font: normal 8px arial;
	color: #505050;
}
#credits B {
	font-size: 12px;
}
#credits A:Hover {
	text-decoration: none;
	color: gray;
}

IMG.locandina {
	background-color: white;
	border: solid 2px silver;	
	padding: 10px;	
	box-shadow: 8px 8px 10px #a0a0a0;
	-moz-box-shadow: 8px 8px 10px #a0a0a0;
	-webkit-box-shadow: 8px 8px 10px #a0a0a0;
}
DIV.locandine {
	float: right; 
	width: 170px; 
	text-align: right;
	margin-left: 50px;
}
DIV.locandine2 {
	text-align: center;
	margin-top: 50px;
}
DIV.locandine2 IMG,
DIV.locandine IMG {
	width: 150px;
	background-color: white;
	border: solid 1px silver;	
	padding: 5px;
	box-shadow: 8px 8px 10px #a0a0a0;
	-moz-box-shadow: 8px 8px 10px #a0a0a0;
	-webkit-box-shadow: 8px 8px 10px #a0a0a0;
	margin: 5px 10px;
}

UL.list {
	padding-left: 20px;
	list-style-type: square;
	font-size: 16px;
}
UL.list LI {
	margin-bottom: 8px;
}
UL.list A {
	color: black;
	font-size: 24px;
	text-shadow: #c0c0c0 3px 3px 2px;
}

DIV.guy {
	float: left;
	width: 280px;	
	padding: 10px;	
	margin: 10px;	
	border: solid 1px gray;
	background: url('img/bg_card.jpg') white no-repeat bottom right;
	border-radius: 10px;
	box-shadow: 8px 8px 10px #a0a0a0;
	-moz-box-shadow: 8px 8px 10px #a0a0a0;
	-webkit-box-shadow: 8px 8px 10px #a0a0a0;	
}
DIV.guy TABLE {
	width: 100%;
	font-size: 16px;
}
DIV.guy TD.foto {
	text-align: left;
	width: 100px;
	padding-right: 20px;
}
DIV.guy TD.foto IMG {
	width: 100px;
	border: solid 1px gray;
}
DIV.guy TD.name {
	text-align: center;
	font-weight: bold;
}
DIV.guy TD.icons IMG {
	vertical-align: middle;
	margin: 5px;

}
DIV.guy H4 {
	text-shadow: #c0c0c0 3px 3px 2px;
	color: #00008C;
	font-size: 20px;	
	white-space: normal;
	display: block;
	margin: 35px 0 5px 0;
}
DIV.guy TABLE TD.icons {
	vertical-align: bottom;
	text-align: right;
}
