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#menu{
	color:#fff;
	position: relative; 
	padding-right: 15px;
	padding-top: 5px;
	width: 720px;

   	background-color:#1C3B68;
	text-align: right
	}
	
div#titolo{
	position: relative; 
  	margin: 0 auto;
	width: 720px;
 	height: 45px;
  	font-family: verdana,sans-serif;
	font-size: 18px;
	font-weight: bold;
   	background-color:#EAEAD9;
	text-align: left
	}

	
h2{	padding-top: 10px;
	color: #747455;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	background-color: #EAEAD9;
	text-align: left
	}


div#content{
    position: relative;
	margin: 0 auto;
	text-align: center;
	width: 720px;
  	background-color: #f9f9f0
	}

div#box{
	width: 620px;
	margin: 0px 10px 40px 10px;
	padding: 25px;
	text-align: justify;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #747455;
	}

div#form{
	width: 400px;
	margin: 0px 5px 30px 5px;
	padding: 2px;
	text-align: center;
	float: right;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #747455;
	}


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
	}




div#menu a:link{
	color: #fff;
	font-weight: bold;
	text-decoration: none
	}

div#menu a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none
	}
	
div#menu a:hover{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none
	}




/*------------stili testi e tabelle ---------------*/

p.txt{
	padding: 10px;
	line-height: 1.5;
	width: 650px;
	color: #555;
	font-family: verdana,sans-serif;
	font-size: 11px;
	text-align: justify
	}
	
td.mach{
	text-align: justify;
	width : 600px;
	line-height: 1.5;
	padding: 5px;
	margin: 0;
	color: #555;
	background: #EAEAD9;
	font-family: verdana,sans-serif;
	font-size: 11px
	}
	
	
td.cont{
	text-align: left;
	line-height: 1.5;
	padding: 5px;
	margin: 0;
	color: #555;
	background: #EAEAD9;
	font-family: verdana,sans-serif;
	font-size: 11px
	}
	
	
td.news a:link{
	color: #93A3BC;
	font-weight: bold;
	text-decoration: none
	}

td.news a:visited{
	color: #93A3BC;
	font-weight: bold;
	text-decoration: none
	}
	 
td.news a:hover{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none
	}
