/***************************************** GENERALE ************************************************/

html {		
	margin: 0px;
	padding: 0px;
	background: url(images/riga_su.gif) repeat-x top;
	background-color:#ffffff;
	}
body { 
	font: 10pt/18pt "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #000; 
	margin: 0px; 
	width:900px;
	left:50%;
	margin-left: -450px;
	position:absolute;
	}
p { 
	font: 10pt/18pt "Trebuchet MS", Arial, Verdana, sans-serif;
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	font: bold 18pt "Trebuchet MS", Arial, Verdana, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
	h2 { 
	font: bold 14pt "Trebuchet MS", Arial, Verdana, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000;
	}

#linea { 
	height: 1px;
	color: #000;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: red;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: red;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #ff9600;
	}

/***************************************** CONTENITORE ************************************************/

#contenitore {
	top: 0px;
	position:absolute;
	padding:0px;
	left:50%;
	width: 900px;
	margin-left:-450px;
	/*border:solid 1px #000;*/
	}

/***************************************** TESTATA ************************************************/

#testata img{ 
	height:226px;
	}
	
/*#testata h1 { 
	background: transparent url(images/testata_sopra.jpg) no-repeat top center;
	margin-top: 0px; 
	width: 900px; 
	height: 226px; 
	padding:0px;
	}
#testata h1 span {
	display:none;
	}*/

/***************************************** INTERNO ************************************************/

#interno {
	/*margin-top:-19px;
	margin-left:-5px;*/
	float:left;
	width: 900px;
	padding: 0px;
	background:transparent url(images/sfondo_ombra.jpg) no-repeat top left;
	display:block;
	}
/***************************************** ARGOMENTO ************************************************/

#argomento {
	width:500px;
	padding-left:0px;
	margin-bottom:20px;
	margin-top:20px;
	/*margin-right:50px;*/
	float:left;
	}
	
/***************************************** MENU ************************************************/
	
#Menu{
	float: left;
	width: 190px;
	margin-top: 30px;
	margin-left: 70px;
	padding: 0px;
	text-align: left;
}

/**************** #linkList ***********/

#linkList a:link, #linkList a:visited {
	display: block;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	color: #355a91;
	padding: 3px 0px 3px 3px;
	border-bottom: 1px dotted #355a91;
	}

#linkList a:hover{
	display: block;
	color: #5e7191;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	background-color: #e3ebf7;	
	border-bottom: 1px dotted #355a91;
	}

/************* #siteInfo styles ***************/

#siteInfo{
	position:relative;
	float:left;
	width: 100%;
	color: #7398d4;
	font-size: 80%;
	padding: 2px 2px 2px 2px;
	text-align: center;
	margin-top: 10px;
	border-top: #355a91 solid 1px;
}

#siteInfo a, #siteInfo a:visited{
	color: #355a91;
	font-weight: bold;
	text-decoration:none;
}
#siteInfo a:hover{
	color: #d50028;
	font-weight: bold;
	text-decoration:underline;
}


/************** .story styles *****************/

.story{
	vertical-align:top;
	padding-left:10px;
}

.story p{
	padding:0px;
}

td.storyLeft{
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

td.storyLeft h1{
	color:#355a91;
	font-size:150%;
}

td.storyLeft h3{
	color:#355a91;
	font-size:130%;
}
