html, body {
	margin: 0;
	padding:0;
	height:100%
	}

body {
	font-family: verdana,sans-serif;
	font-size: 11px;
	text-align: center;
	background: #134277 url('images/sfondo.gif') repeat-y center;
	color: #000; 
	scrollbar-arrow-color:#FF9600; 
	scrollbar-base-color:#FFF; 
	scrollbar-shadow-color:#FFF; 
	scrollbar-face-color:#FFF; 
	scrollbar-highlight-color:#AAA; 
	scrollbar-dark-shadow-color:#FFF; 
	scrollbar-3d-light-color:#FFF; 
	background-color: #134277; 
	background-repeat: repeat-y 
	}

div#container{
	position:relative; 
	width: 720px; 
	height: 100%;
	margin: 0 auto;
	text-align: left; 
	background-color: #f9f9f0;
	}

body>div#container{
	height:auto;
	min-height:100%
	}


div#header{
	position: relative; 
	width: 720px;
	height: 146px;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	float: center;
	text-align: center;
	background: url('images/tartari.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
 	}


div#content{
    position: relative;
	margin: 0 auto;
	width: 720px;
  	background-color: #f9f9f0
	}

td#sx{
	color:#fff;
	width: 157px;
   	background-color:#CCCC9A;
	}
	
td#dx{
	color:#fff;
	width: 156px;
	align: center;
	font-family: verdana,sans-serif;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
   	background-color:#031F34;
	}


p {	
	align: center;
	text-align: justify;
	padding: 2px;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #898957;
	}


div#footer{
	position: absolute;
	bottom:0; 
	width: 100%; 
	padding: 0;
	font-family: verdana,sans-serif;
	font-size: 10px;
	line-height: 1.5;
	background-color: #1C3B68;
	color: #fff;
	text-align:center
	}








/*------------stili TD CENTRO ---------------*/

td#centro{
	width: 407px;
	align: center;
	text-align: center;
	padding: 12px;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #898957;
	}
	
td#centro a:link{
	color: #898957;
	font-weight: bold;
	text-decoration: none
	}

td#centro a:visited{
	color: #898957;
	font-weight: bold;
	text-decoration: none
	}
	 
td#centro a:hover{
	color: #1C3B68;
	font-weight: bold;
	text-decoration: none
	}	
	
/*------------stili TD MENU ---------------*/

td.menu{
	width: 157px;
	align: left;
	text-align: left;
	padding: 2px 2px 2px 10px;
	font-family: book antiqua, times, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #F4F2CB;
	border-bottom: 1px solid #898957;
	color: #62502F;
		}
		
td.menu a:link{
	color: #62502F;
	font-weight: bold;
	text-decoration: none
	}

td.menu a:visited{
	color: #62502F;
	font-weight: bold;
	text-decoration: none
	}
	
td.menu a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #898957
	}
	

	
/*------------stili MICROMENU IN ALTO ---------------*/	
		
td#alto{
	width: 563px;
	align: right;
	text-align: right;
	padding: 2px;
	font-family: verdana,sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #fff;
	background: url('images/new/sf_menu.gif') repeat-x;
	}		

td#alto a:link{
	color: #fff;
	text-decoration: none
	}

td#alto a:visited{
	color: #fff;
	text-decoration: none
	}
	 
td#alto a:hover{
	color: #1C3B68;
	text-decoration: none
	}

/*------------stili testi e tabelle ---------------*/

table.news{
	width: 95%;
	line-height: 1.5;
	padding: 5px;
	margin: 0;
	color: #898957;
	font-family: verdana,sans-serif;
	font-size: 11px
	}
	
	
table.news a:link{
	color: #898957;
	font-weight: bold;
	text-decoration: none
	}

table.news a:visited{
	color: #898957;
	font-weight: bold;
	text-decoration: none
	}
	 
table.news a:hover{
	color: #1C3B68;
	font-weight: bold;
	text-decoration: underline
	}
