* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:#000000 url(immagini/sfondo.gif) repeat-x left top;   
	 
}

#main {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;	
		
}

#header{
	width: 1000px;
	height:245px;
	background:#000000 url(immagini/header.jpg) no-repeat left top;
}

#menu{
	width:1000px;
	height:50px;
	background:#000000 url(immagini/menu.gif) no-repeat left top;
	}
	
#menu #voci{
	position:absolute;
	margin-left:140px;
	margin-top:15px;
}

#menu #voci a{
	text-decoration:none;
	font-weight:normal;
	color:#333333;
}

#menu #voci a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}

#container{
	width:1000px;
	min-height:310px;
	background:#000000 url(immagini/logo_sfondo.gif) no-repeat center center;
	color:#FFFFFF;
	text-align:center;
}

a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
a:active {
	color:#FFFFFF;
	text-decoration: none;
}

table tr td .campo{
	border:#CCCCCC solid 1px;
	height:15px;
	background:#333333;
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
}

h1{
	font-size:30px;
	font-weight:normal;
}

h2{
	font-size:22px;
	font-weight:normal;
}

#pannello{
	padding:10px;
	background-color:#000;
	display: none;
}

.slide {
	margin: 0;
	padding: 0;
	
	/*background: url(images/btn-slide.gif) no-repeat center top;*/
}
.btn_slide {
	/*background: url(images/white-arrow.gif) no-repeat right -50px;*/
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: center;
	width: 250px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	text-decoration: none;
}

.giustifica{
	text-align:justify;
}
