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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
}

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

#header{
	width:800px;
	position:relative;
	float:left;
}

#header #header_alto{width:800px;background:url(immagini/layout_02.jpg) #ffffff no-repeat left top;height:149px;float:left;}
#header #header_basso{width:800px;background:url(immagini/layout_04.jpg) #ffffff no-repeat left top;height:207px;float:left;}

#menu{
	width:800px;
	height:40px;
	position:relative;
	float:left;
	background:url(immagini/layout_05.jpg) #ffffff no-repeat left top;
}

#menu .voci_menu{
	padding-top:9px;
	width:100px;
	display:block;
	float:left;
	color:#1e74b3;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

#menu .voci_menu a{
	color:#1e74b3;
	text-decoration:none;
}

#menu .voci_menu a:hover{
	color:#1e74b3;
	text-decoration:underline;
}

#center{
	width:800px;
	position:relative;
	background:#ffffff;
	float:left;
}

#center #sx{
	width:545px;
	float:left;
	position:relative;
}

#center #dx{
	position:relative;
	width:255px;
	float:left;
}

#center #dx #menu_v{
display:block;
width:250px;
}

#center #dx #menu_v li,#center #dx #menu_v li:hover{
list-style:none;
}

#center #dx #menu_v li a{
	background:url(immagini/layout_09.jpg) #FFFFFF no-repeat top left;
	display:block;
	width:250px;
	height:29px;
	color:#1e74b3;
	padding:0px 0px 0px 15px;
	text-decoration:none;
	
}

#center #dx #menu_v li:hover a{
	background:url(immagini/layout_11.jpg) #FFFFFF no-repeat top left;
	display:block;
	width:250px;
	height:29px;
	color:#ffffff;
	padding:0px 0px 0px 15px;
	text-decoration:none;
}

.voce{padding-top:7px;}


/*


#center #dx #consigliati{
	width:258px;
	float:left;
	height:118px;
	background:url(immagini/box_consigliati_06.jpg) #FFFFFF no-repeat left top;
}

#center #dx #consigliati_free{
	width:258px;
	float:left;
	height:118px;
	background:url(immagini/consigliati_free_06.jpg) #FFFFFF no-repeat left top;
}
*/

h1{
	text-align:center;
	padding-bottom:5px;
	font-size:20px;
	color:#1e74b3;
}

.testo_interno{
	width:505px;
	margin:0px 10px;
	padding:10px;
	text-align:justify;
	background:#f4fbff;
	line-height: 18px;
}

.testo_interno a{
	color:#4c91e6;
	text-decoration:none;
}
.testo_interno a:hover{
	color:#4c91e6;
	text-decoration:underline;
}

#footer{
	background:url(immagini/layout_08.jpg) #ffffff no-repeat left top;
	width:800px;
	height:92px;
	float:left;
}

#footer #credits{
	width:630px;
	text-align:center;
	color:#1e74b3;
	padding-top:20px;
}

/*
#menu_footer{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	color:#feefdc;
	font-size:14px;
}

#menu_footer a{
	color:#feefdc;
	text-decoration:none;
}

#menu_footer a:hover{
	color:#ffffff;
	text-decoration:none;
}
*/