/*stili per il layout fisso*/
html,body{
	margin: 0;
	padding:0; 
	background: url(imgs/testbg.jpg);
	background-color:white;
	}

body{

	text-align: center;
/*	background-color:black;*/
}

div#container{
	border-left:5px solid #C10000;
	border-right:5px solid #C10000;
	width: 760px;
	margin: 0 auto;
	text-align: left;
    background-color: white;
	} 

/*stili generici, su header e footer*/
div#header{
	background-color:#FFFFFF;
	color: #000000;
	z-index: auto;
	height: 81px;
	width: 760px;
	margin-left:0px;
}
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #999;font-size: 1.5em}
div#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}


/*stili specifici per il layout*/
div#navigation{
	float:left;
	height: 470px;
	width: 136px;
	margin-left:0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(imgs/headernew/menu.jpg);
	background-repeat: no-repeat;
		
}

.titolomenu { 
  font-family: verdana;
  font-size : 10px;
  font-weight : bold;
  color : #ffffff;
  }
  
.titolonews{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#990000;
}

.testonews{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
   
.testonews a, .testonews a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
	font-weight:bold;
}  
.contenutomenu {
	font-family: verdana;
	font-size : 7pt;
	font-weight : normal;
	color : #ffffff;
  }
  
div#content{
	margin-left: 10em;
	padding-top: 10px;
	/*padding: 1em;*/
	background-image: url(imgs/bg.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	margin-top: 0px;
	width: 550px;
	min-height:1700px
}
div#footer{
	clear:both;
	text-align:center;
	padding: 0.5em;
	background-color: #333333;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left:-1px;
}

/*stili per la navigazione*/
div#navigation ul{margin: 1em 0 1em 1em;padding: 0; list-style-type: none;}
div#navigation li{margin: 0;padding: 0}
div#navigation a{color:#369;font: normal bold 1.2em/1.6em arial,sans-serif;text-decoration: none}
div#navigation a:hover{
	color: #033
}
div#navigation a#activelink{color: #033;text-decoration: none}
