@charset "iso-8859-1";
html {
	height: 100%;
	margin: 0px;
	padding: 0px;}
	
body {
	background: #fff url(../img/bg-sfumato.jpg) top left fixed repeat-x;
	text-align: center; /**Per il bug di Explorer 5 che altrimenti non centra #box**/
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}
	
a {color:#000000; text-decoration:none;}

a:hover {text-decoration:none; color:red;}

#box {
	position: relative;
	background-color: #ffffff;
	text-align: left;
	width: 770px;
	height: 100px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;}
	
#top {
	background: url(../img/TOP6_r1_c1-70.jpg);
	width: 770px;
	height: 280px;
	margin: 0px;
	padding: 0px;
}

#content {
	background: #ffffff url(../img/bg-ombra.jpg);
	width: 770px;
	margin: 0px;
	padding: 10px 0px;
}

#sidebar {
	float: right;
	width: 240px; 
	margin: 0px; 
	border: 0px dashed red;}

#footer {
	clear: right;
	background: #ffffff url(../img/footer.jpg);
	width: 770px; 
	height: 79px;
	margin: 0px;
	padding-top: 1px;
}

.box-contenitore {
	background: #fff url("../img/sfumatura-box.jpg") top left repeat-x;
	text-align: justify;
	width: 450px;
	margin: 10px 30px;
	padding: 10px;
	border: 1px solid black;
	border-color: #ccc #666 #666 #ccc;}	
	
h1 {
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #006600;
	font-weight: normal;
	background: #fff url("../img/salvagente.jpg") bottom left no-repeat;
	padding-left: 35px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
	border-bottom: 1px dashed #006600;}

#validazione {
	width: 200px;
	margin: 20px 10px;
	text-align: center;}
/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 200px;
	border: 1px solid #ccc;
	margin: 10px;
	}
	
#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #000;
	display: block;
	background: url(../img/menu3.gif);
	padding: 8px 0 0 30px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #000;
	background: url(../img/menu3.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu3 li a.active {
	color: #000;
	font-weight: bold;
	background: url(../img/menu3.gif) 0 -32px !important;
	padding: 8px 0 0 30px;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	}
