<style type="text/css">
/*con #(ID) posso autilizzare solo una volta, mentre con . (classe) n */
body {
	background-color:#1e1d1b;
}
	#frame {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		}
	#contentcenter {
		width:650;
		padding:0px;
		float:left;
		text-align:left;
		background:#252525;
		background-image: url(JPEGS/PAGE_ELEMENTS/Sfuma_bottom.jpg);
		background-repeat: repeat-x;
		background-position: bottom right;
		}
	p,h1,pre {
		margin: /*top*/ 5px /*des*/ 10px /*basso*/ 0px /*sin*/ 10px;
		font-color: #6E6E6E;
		}
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	#css_menu {
		border-width: 0px 2px 0px 0px;
		border-style: dotted;
		border-color: black #eee black red;
		}	
	#css_pie_di_pag {
		background: #aaa;
		width: 300px; 
		position: absolute; 
		bottom: 12px;
		top: 400px; 
		left: 400px;
		}
		
/* CARATTERI */

	.normale
 	{margin-left: 0px; font-size: 12px; margin-bottom: 0px; color: #A8A8A8; font-family: Verdana;}
	.link 
	{FONT-WEIGHT: bold; font-size: 12px; color: #8AAED2; FONT-STYLE: normal; cursor: pointer; font-family: Verdana;}
	.titoli
	{font-family: "Garamond", sans; font-weight: bold; color: #538933 ; font-size: 23px;}
	.DEF_BIG 
	{font-family: "Garamond", sans; font-weight: bold; color: #265C93;  font-size: 26px;}
	.DEF_MED
	{background-color:#000111; font-family: "Garamond", sans; font-weight: bold; color: #60F963 ; font-size: 18px;}

/* ELEMENTI */

	.cella_bordo_4_grigio
	{
		border-bottom:  medium solid #538933 1px;
		border-right:  medium solid #538933 1px;
		border-top: medium solid #538933 1px;
		border-left: medium solid #538933 1px;
	}
	.cella_menu_4_grigio
	{
		background-image: url(JPEGS/PAGE_ELEMENTS/sfondo_menu.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	.elemento_nascosto
	{
		font: 0.71em Verdana, sans-serif;
		width:800;
		color:#555;
		line-height: 1.4em;
		background-color: #252525;
		margin-top:1;
		margin-left:1;
		padding: 5px;
		background-image: url(logo.gif);
		background-repeat: no-repeat;
		background-position: bottom right;		
	}
	.div_hidden     
	{ 
	font: 0.71em Verdana, sans-serif; 
	color:#555;
	line-height: 1.4em; 
	letter-spacing: 0.5px; 
	background-color: #CBDCF5; 
	margin-top:10; 
	margin-left:10; 
	padding: 12px; 
	border: dashed #B9B9B9 1px;
	}
	tr.riga_sel td
	{
		background-color: #303030;
		padding: 1px;
	}
	.cornice_foto
	{
		border-bottom:   solid #FFFFFF 2px;
		border-right:   solid #FFFFFF 2px;
		border-top:  solid #FFFFFF 2px;
		border-left:  solid #FFFFFF 2px;
	}	
</style>