/* CSS Document */
body
{
	background: white;
	text-align: center;
	font-family: "Trebuchet MS" , Georgia, serif;
}

#contenitore
{
	background: url( 'immagini/sfondo_pagina.jpg' ) repeat-y;
	width: 910px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	height: 300px;
}

h1
{
	color: black;
	font-size: 24px;
} 

/*  menu Top */
#sxmenu
{
	width: 333px;
	float: left;
}

#sfondomenu
{
	background: url( 'immagini/sfondo_menu_top.jpg' ) no-repeat;
	width: 577px;
	height: 30px;
	float: left;
}
  
#sfondo_alto
{
	background: url( 'immagini/sfondo_alto.jpg' ) no-repeat;
	width: 910px;
	height: 35px;
	clear: left;
}
  
/*
ul menu
{
	margin: 0;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	padding-left: 40px;
}

ul menu li
{
	float: left;
}

ul menu li a
{
	color: #000000;
	font-size: 1.0em;
	line-height: 2.0em;
	text-decoration: none;
	padding: 0 2.0em;
}

ul menu li a.current
{
	background: #300000;
}

ul menu li a:hover
{
	color: #F60;
	text-decoration: underline;
}
*/

/*  Firmato menu principale   */
.headermenulink
{
	color: #000000;
	font-size: 1em;
	line-height: 1.8em;
	text-decoration: none;
	font-weight: bold;
	margin-left: 40px;
	padding-right: 13px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.headermenulink a
{
   text-decoration: none;
   color: black;
}

.headermenulink a:hover
{
	color: #FF6600;
	text-decoration: underline;
}


/*  colonna sinistra */ 

#colsx {
	width:640px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
}
  
/*  colonna destra (che contiene menu destra) */ 

#coldx
{
	width: 190px;
	float: left;
	padding-left: 15px;
}
  
  /* menu destra */


ul
{
	margin:0;
	text-align:left;
	padding:0 0 0 35px;
	list-style-type: circle;
}
	
ul li
{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	line-height: 0.8em;
}

ul li a
{
	text-decoration:none;
	list-style-type: none;
	color: #000;
}

ul li a:hover
{
	color: #F60;
	text-decoration: underline;
}

ul li ul
{
	list-style:none;
}

#coldx ul
{
	margin: 0;
	text-align: left;
	padding: 0 0 0 35px;
	list-style-type: circle;
	font-size: 0.8em;
}
	
#coldx ul li
{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	line-height: 0.8em;
}

#coldx ul li a
{
	text-decoration:none;
	font-size:1em;
	list-style-type: none;
	color: #000;
}

#coldx ul li a:hover
{
	color: #F60;
	text-decoration: underline;
}

#coldx ul li ul
{
	list-style:none;
}

#coldx h3
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0 0 6px 0;
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #F60;
	margin-bottom: 6px;
}

/* corpo pagina */  

.Testo
{
	font-size: 14px;
	color: #000000;
} 

.Testo a:link, .Testo a:visited, .Testo a:active {
	color: #000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	text-decoration: none;
	border-style: dashed;
}

.Testo a:hover {
	color: #F60;
}

/*  My News  */

.mynHeader
{
	
}

.mynTitolo
{
	margin: 1.5em 0 .75em;
	line-height: 0.8em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: silver;
	font-size: 0.6em;
}

.mynTesto
{
	font-size: 10pt;
}

.mynLink
{
	line-height: 2em;
}

/*.mynTesto a:link, .mynTesto a:visited, .mynTesto a:active
{
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.mynTesto a:hover {
	color: #F60;
}*/

.mynTesto IMG
{
	border:0;
}

/*  fine My News  */
  
/*  fine pagina */  

#footer
{
	background: url('immagini/fine_pagina.jpg') no-repeat;
	clear:left;
	height:30px;
	text-align:center;
	font-size: 9px;
	padding-top: 10px;
  }