html,body{
	margin:0; padding:0}
body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	background: #B3A79E url(../img/sfondo.jpg) fixed repeat-x top;
}
a{
	color: red;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

#header{
	width: 700px;
	height: 150px;
	background: #F8541D url(../img/logo.jpg) no-repeat;
	margin: 0 0 10px 0;
}
#footer{
	width: 700px;
	color:#000000;
	background-color: #630;
	padding: 10px 0 10px 0;
	clear:both;
	margin: 10px 0 0 0 ;
	color: #FFF;
}

h1{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #FC9; /*url(../img/fondo_h1.jpg) no-repeat */
	padding: 5px;
	color: maroon;
	line-height: 20px;
	margin: 0 0 3px 0;
}

h2{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	line-height: 14px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	color: #333;
	margin: 0 0 2px 0;
	background-color: #FFEBCD;

}

/*----------------- menu-------------*/
#nav { /* all lists */
	padding: 0px;
	list-style: none;
	line-height: 1;
	margin: 0 0 0 32px;
	}
#nav ul { /* all lists */
	padding: 0px;
	list-style: none;
	line-height: 1;
	}
#nav a {
	display: block;
	width: 120px;
	text-decoration: none;
	padding: 5px 3px;
	color: #FFF;
	background: #630;
}


#nav a:hover {
	display: block;
	background-color:#FFE3BF;
	color: maroon;
	
}

#nav li { /* all list items */
	float: left;
	width: 126px; /* width needed or else Opera goes nuts */
	border: 1px solid #999;
	background: #000; /*  url(../img/fondo_menu.gif);   */
}

#nav li ul{ /* second-level lists */
	position: absolute;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;

}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li#activelink a{
	background-color:#FFE3BF;
	color: maroon;
}
/*--------------fine menu---------------*/

/*--------------box---------------*/
#container{
	width: 700px;
	background: #D7A769 url(../img/sfondo_container.jpg);
	border-right: 2px solid #C96;
	border-left: 2px solid #C96;
	margin: 0 auto;
}

#boxinterno{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color:#333;
	padding:10px 10px 5px 10px;
	background-color:#FFF ;
	line-height: 19px;
	width: 480px;
	margin: 40px auto 0 auto;
	border: 1px solid #FC9;
}
/*------fine-box--------*/
.center{
	text-align: center;
	margin: 0 auto 0 auto;
}
.rightcolor{
	background-color: ButtonFace;
	padding-right: 15px;
	text-align: right;
	margin: 0 0 3px 0;
}
.rightcolor1{
	background-color: #EFEFEF;
	padding-right: 15px;
	text-align: right;
	margin: 0 0 3px 0;
}
.fotomargine{
	margin: 3px 0;
}
table{
	margin: auto;
}
form {
	margin: 0 0 5px 0;
}
.campiform{
	width: 200px;
	color: black;
	font-size: 14px;
	border: 1px solid #2A4E73;
	background-color: #FFFFA0;
}
.campiformogg{
	width: 340px;
	color: black;
	font-size: 14px;
	border: 1px solid #2A4E73;
	background-color: #FFFFA0;
}
.reset{
	color: #000;
	background:#FC9; 
	font-size: 14px;
}
.capo{
	font-size: 22px;
	color: gray;
}
.noborder{
	border: 0; 
}
