
a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}
html {
	margin:0px;
	padding:0px;
	
}
body {
	margin:0px;
	padding:0px;	
	font-family:"Century Gothic";
	font-size: 14px;
}
#container {
	width:1000px;	
	color: #454545;
	line-height: 20px;	
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}
#right {
	width:780px;
	float:right;
	margin-right:3px;
}
#left {
	width:200px;
	float:left;
}
#header {
	height:45px;
	background-image:url(../immagini/linea.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
}
#content {
}
#footer  {
	padding-top:10px;
	height:45px;
	background-image:url(../immagini/linea.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:13px;
	line-height:25px;
	text-align:right;	
}
#footer a:hover {
	text-decoration:none;
}
#footer ul{
	padding:0px;
	margin:0px;
	list-style-type: none;	
}
#footer li{
	float:right;
	padding-left:10px;	
	text-align:right;
}
#menu {
	height:35px;
	font-size: 15px;
	line-height:35px;
}
#menu a{
}
#menu ul{
	padding:0px;
	margin:0px;
	list-style-type: none;	
}
#menu li{
	width:130px;
	float:left;
	text-align:right;
}
.on{
	background-image:url(../immagini/segna-pagina-right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:27px;
	height:35px;
}
.on_left{
	background-image:url(../immagini/segna-pagina.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:25px;
	height:35px;
}
.on_bottom{
	background-image:url(../immagini/segna-pagina-bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
	height:35px;
}
#contatti {
	padding:4px;
	padding-left:0px;
	text-align:right;
	font-size:12px;
}

#titolo {
	min-height:50px;
	line-height:50px;
}
#testo {
	height: auto !important;  /* per i browser moderni */
    height: 278px;      /* per IE5.x e IE6 */
    min-height: 278px;  /* per i browser moderni */
	text-align:justify;
	margin-bottom:19px;
}
#testo a{
	color:#0000CC;
}
h1 {
	margin:0px;
	margin-bottom:10px;
	font-size: 20px;
	font-weight:100;
	font-style:italic;	
	text-decoration:underline;
}	
	  
h2 {
	margin:0px;
	font-size: 16px;
	font-weight:100;
	text-decoration:underline;
	font-style:italic;
}
h3 {
	margin:0px;
	padding-top:15px;
	padding-bottom:10px;
	font-size: 14px;
	font-weight:100;
	font-style:italic;
	text-decoration:underline;
}
.no_italic {
	font-style:normal;
}


	

