
body{
	color: #fff;
	font-family: Verdana,Tahoma,Arial;
	font-size: 100%;
	text-align: center;
	background: #000;
		margin:0; padding:0;
		width:100%;
}
html{
text-align:center;

}
iframe{
	float: left;
	margin-right: 10px;
}
#container{
padding-top: 10px;
width: 754px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#menu{

width: 100%;

background: #ff8800;
}
#menu ul{
width: auto;
 margin:0 2px 0 0;
  padding:0px 0px 0;
  list-style:none;
 float: right;
}

#menu li{
text-align:center;
padding: 0 0 0 0;
float: left;
}

#menu li a{
padding: 0px 0px 0px 0px;
width: 120px;
display:block;
color: #000;
text-decoration: none;
height: 30px;
line-height: 30px;
font-size:14px;
background: url('immagini/fondo_norm.gif') no-repeat;
}
#menu li a:hover{

background: url('immagini/fondo_over.gif') no-repeat;

}
#header{
border: 2px solid #ff8800;
padding: 0 0 0 0;
width: 750px;

height: 330px;
text-align:left;
}
#content{
width:730px;
background: url('immagini/sfondo.jpg') center no-repeat;
	font-size: 0.9em;
	color: #fff;
	padding-top : 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	min-height: 420px;
	height:auto !important;
	height: 420px;
	border-left: 2px solid #ff8800;
	border-right: 2px solid #ff8800;
	border-bottom: 2px solid #ff8800;
}
#content a{color:#ff8800;}
#content img{
border: 2px solid #ff8800;
float: right;
margin-left: 10px;
}
#content img.noborder{
border: 0px;

}
.title{
font-size: 1.3em;
font-weight: 700;
margin: 0 0 0 10px;
text-transform: uppercase;
text-align: center;
color: #ff8800;
}
#content p.evidenziato{
font-size: 1.4em;
font-weight: 700;
padding: 20px 0 20px 0;
text-transform: uppercase;
text-decoration: blink;
text-align: center;
color: #ff8800;
}
#content p.leftalign{
clear: both;
font-size: 1em;
}
.cboth{
	clear: both;
}
#footer{
clear: both;
float: none;
/*border-top: 1px solid #ff8800;*/
background: #ff8800;
color:#000000;
padding-top: 10px;
padding-top: 4px;
font-size: 0.9em;
font-style: italic;
text-align: center;
width: 100%;
margin-left: auto;
margin-right: auto;
}