@charset "UTF-8";
/* CSS Document */

html,body{
	margin: 0;
	padding:0;
}
body{
	font-family: arial, sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #1F1F1F;
	background-image: url(../immagini/bg_gradient.gif);
	background-repeat: repeat-x;
}
div#container{
	position:relative;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 760px;
}
div#header{
	width: 760px;
	height: 30px;
	background-color:#1A1A1A;
	color: #FFFFFF;
}	
#header h1 {
	display: none;
}
div#content{
	padding-top: 10px;
	background-color: #1a1a1a;
	position: relative;
	height: auto;
	float: left;
	background-image: url(../immagini/bg_gradient_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
	width: 740px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#container #content #logo {
	background-image: url(../immagini/logo.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 72px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 10px;
	float: left;
	padding-bottom: 15px;
}
#menu {
	text-align: center;
	float: left;
	width: 740px;
	padding-top: 5px;
	display: block;
	margin-bottom: 50px;
}
#menu li {
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-left: 5px;
	padding-right: 5px;
}

#menu ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.5em;
	color: #66CCFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-decoration:none;
	letter-spacing: 0.2em;
}
#menu a:hover {
	color: #FFFFFF;
}
div#footer{
	bottom:0;
	width: 740px;
	color: #999999;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 60px;
	background-color: #000000;
	clear: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#footer a{
	color: #999999;
	font-weight: normal;
	text-decoration:none;
}
#footer a:hover {
	color: #FFFFFF;
}
.footer_block_copy {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 1.3em;
}
.footer_block_credits {
	padding-left: 1.3em;
}
#container #content #overture {
	float: left;
	width: 100%;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 50px;
}



#info_mostra {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	color: #FFFFFF;
	padding-bottom: 25px;
    padding-top:25px;
	
}

#info_mostra p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#info_mostra a {
	color: #999999;
	text-decoration: none;
}
#info_mostra a:hover {
	color: #FFFFFF;
}
.evid {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
}

.big {font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;


