*{
	margin:0;
    padding:0;
}

body{
	background:url(../immagini/bgk.jpg) #fdb31e repeat-x top left;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

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

#header{
	width:970px;
	position:relative;
	background:url(../immagini/header.jpg) transparent no-repeat top center;
	height:280px;
}

#center{
	width:970px;
	position:relative;
}

#contenuto_testo_head{
	width:970px;
	position:relative;
	background:url(../immagini/contenuto_testo_head.jpg) transparent no-repeat top center;
	height:17px;
}

#contenuto_testo_center{
	width:970px;
	position:relative;
	background:url(../immagini/contenuto_testo_center.jpg) transparent repeat-y top center;
}

#contenuto_testo_foot{
	width:970px;
	position:relative;
	background:url(../immagini/contenuto_testo_foot.jpg) transparent no-repeat top center;
	height:15px;
}

#footer{
	width:970px;
	position:relative;
}

.testo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	text-align:justify;
	padding:20px;
}

h1{
	font-size:24px;
	font-weight:normal;
	text-align:center;
}

#container_menu_navigazione{
	position:absolute;
	top:230px;
	background:url(../immagini/bkg_menu_nav.jpg) transparent no-repeat top left;
	font-size:14px;
	width:970px;
	height:39px;
	padding:10px;
}

.voce_menu_nav{
	float:left;
}

#container_menu_navigazione .voce_menu_nav a{
	padding:3px 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#container_menu_navigazione .voce_menu_nav a:hover{
	padding:3px 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.link_generico{
	font-weight:bold;
}

.link_generico a{
	color:#fdb31e;
	text-decoration:underline;
}

.link_generico a:hover{
	color:#fdb31e;
	text-decoration:none;
}

#modulo_contatti{

}

#modulo_contatti .titolo_modulo{
	font-size:16px;
	text-decoration:underline;
}

#modulo_contatti .riga_modulo{
	margin-top:10px;
}

#modulo_contatti .riga_modulo .label_modulo{
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	float:left;
	width:100px;
}

#modulo_contatti .riga_modulo .voce_modulo{
		
}

#modulo_contatti .riga_modulo .voce_modulo input,#modulo_contatti .riga_modulo .voce_modulo textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.invia_modulo{
	padding:10px 0 0 100px;
}

.invia_modulo input{
	border:1px solid #cccccc;
	padding:2px 5px;
	background-color:#fdb31e;
}




