@charset "utf-8";
* {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
body {
	color: #FFFFFF;
	background-color: #000000;
}



strong {
	font-weight: bold;
}

#liv-centrale #left {
}


#container{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*----------------------------------------------------*/

#liv-superiore{
	display: block;
	clear: both;
}

#liv-superiore #left{
	float: left;
	width: 270px;
}
#liv-superiore #center{
	float: left;
	width: 420px;
}
#liv-superiore #right{
	float: left;
	width: 270px;
}


#liv-superiore #center h1 {
	font-size: 58px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#liv-superiore #center h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#liv-superiore #center h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/*-------------------------------------------------------*/

#liv-centrale{
	display: block;
	clear: both;
}

#liv-centrale #left{
	float: left;
	width: 258px;
	text-align: justify;
	padding-right: 6px;
	padding-left: 6px;
}

#liv-centrale #center{
	float: left;
	width: 420px;
	height: 420px;
}
#liv-centrale #right{
	float: left;
	width: 258px;
	text-align: justify;
	padding-right: 6px;
	padding-left: 6px;
}

#liv-centrale #right ul{
	list-style-type: none;
	padding: 0px;
}

#liv-centrale #right li{
	margin-bottom: 5px;
	margin-left: 10px;
}

#liv-centrale #right li a{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;

}

#liv-centrale #right li a.sotto{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	line-height: 12px;
	padding-left: 20px;
}

#liv-centrale #right li a.sottor{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6666;
	line-height: 12px;
	padding-left: 20px;
}

#liv-centrale #right li a:hover{
	text-decoration: underline;
}


/*---------------------------------------------------------------*/


#liv-inferiore{
	clear: both;
}


#liv-inferiore #left{
	float: left;
	width: 270px;
}
#liv-inferiore #center {
	float: left;
	width: 420px;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
}
#liv-inferiore #right{
	float: left;
	width: 270px;
}


/*---------------------------------------------------------------*/

.mail{
	color: #FF0000;
	text-decoration: none;
}