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

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

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

#header{
	width:840px;
	position:relative;
	background:url(immagini/header_02.jpg) #c5bbb2 no-repeat left top;
	height:444px;
	float:left;
}

#menu{
	width:840px;
	position:relative;
	float:left;
	background:url(immagini/sfondo_09.jpg) #c5bbb2 repeat-y left top;
}

#center{
	width:840px;
	position:relative;
	background:url(immagini/sfondo_09.jpg) #c5bbb2 repeat-y left top;
	float:left;
}

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

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

#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{
	padding-top:10px;
	padding-left:20px;
	text-align:center;
	font-size:20px;
	color:#666666;
}

.testo_interno{
	width:520px;
	padding:10px 10px 10px 30px;
	text-align:justify;
}

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

#footer{
	background:url(immagini/footer_11.jpg) #c5bbb2 no-repeat left top;
	width:840px;
	height:60px;
	float:left;
}

#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;
}