html{
	margin:0;
	padding:0;
}
body {
	margin: 0; 
	padding: 0; 	
	text-align:center;
	background:#e0e0e0 url(sfondo.jpg) repeat-y top center;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

span {
	color: #555;
}

h1 {
	margin-left: 10px; 
	color: #000; 
	float: left; 
	font-weight: bold; 
	margin-left: 10px; 
	font-size: 160%;
}
h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none; 
	color: #000; 
	font-weight: normal;
}
h1 a:link span, h1 a:visited span, h1 a:active span {
	text-decoration: none; 
	font-weight: normal;
}
h1 a:hover {
	color: #555; 
	text-decoration: none; 
	font-weight: normal;
}
h1 a:hover span {
	color: #333; 
	text-decoration: none; 
	font-weight: normal;
}

h3 a, h3 a:link, h3 a:hover {
	font-weight: normal;
} 
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {
	font-weight: bold;
}

h2 {
	margin: 0; 
	padding-left: 10px; 
	font-size: 75%; 
	background-color: #333; 
	color: #fff; 
	line-height: 2.0em;
} 

h3, h4, h5 {
	margin: 20px 0 0 10px;
}
h3 {
	font-size: 100%; 
	line-height: 1.25em; 
	font-weight: bold;
}

h4 {
	font-size: 90%; 
	line-height: 0.90em; 
	font-weight: bold;
}
h5 {
	font-size: 75%; 
	line-height: 1em; 
	font-weight: bold;
}

p {
	margin: 10px; 
	font-size: 75%; 
}

p.data {
	margin-left: 10px; 
	font-size: 75%; 
	line-height: 60%; 
	color: #555;
}

#siteimg p {  
	margin: 0 0 0 10px; 
	padding-left: 10px;
	padding-top: 90px;
	font-size: 1.45em; 
	line-height: 1.05em; 
	font-weight: normal; 
	letter-spacing: -0.05em; 
}


ul {
	margin-left: 10px; 
	line-height: 1.75em;
	list-style: inside square;
}


a {
	color: #333; 
	font-weight: bold; 
	text-decoration: none;
}

a:link {
	color: #333;  
}

a:hover {
	color: #555; 
	font-weight: bold; 
	text-decoration: none;
}


#container {
	width: 770px; 
	background: #fff;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#topbar {  
	width: 770px;
	height: 25px;
	background: #333
}
	
	
#hdr {   
	width: 770px; 
	height: 4.5em; 
	line-height: 4.5em;
	background: #fff;
}

#navbar{
	clear:both;  
	width: 770px; 
	height: 2em;
	vertical-align:middle;
	background: #e0e0e0;		
}

#nav ul{
	display:inline;
}

#nav li{
	display: inline;
	font-size:95%;
}

#nav a{
	line-height: 30px;
	margin-left: 10px; 
	display: inline;
}

#nav a span{
	color: #000;
}

#siteimg {
	width: 770px; 
	height: 200px;
	background: url('index.jpg') #fff;
	background-position:bottom right;
	background-repeat:no-repeat;
}

#lftcol {
	float: left;
	width: 250px;
	background: transparent;
}

#rgtcol {
	float: left;
	width: 520px;
	background: transparent;
}

#rgtcol p{
	padding:0 5px 0 0;
}
#rgtcol h3{
	padding:0 5px 0 0;
}

#rgtcol ul{
	font-size:75%;
}
#rgtcol li{
	padding:3px 5px 3px 0;
	border-bottom:1px solid #d0d0d0;
}

#bttmbar {
	clear:both;
	width:770px;
	text-align:right;
	padding-top:20px;
	background: #fff;
}


form.ricerca {
	text-align:right;
	float: right; 
	height: 3em; 
	line-height: 3em; 
	margin: 10px 0 0 0;
}
input.txtricerca {
	border: 1px solid #333; 
	width: 6em;
	height:1.5em; 
	font-size: 0.95em;
}
input.btnricerca {
	height:1.5em;
}

#navigazione{
	float:left;
	width:520px;
	background-color: #333;	
}
#navigazione h2 a{
	color:#FFFFFF;
}

#navigazione h2{	
	padding:0;
	margin:0;
	color:#FFFFFF;
	text-align:center;
	width:100px;
}

.fleft{
	float:left;
}
.fright{
	float:right;
}
.riga{
	border-bottom:1px solid #333;
}