/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#F8D8DC;
	background-image:url(../img/casa.gif);
	background-repeat:no-repeat;
	float:left;
	padding:0;
	margin:0;
	}
	
#pagina {
	width:760px;
	margin:0px auto;
	height:auto !important;
	height:0;
	}
#top {
	width:760px;
	height:198px;
	}
	

/*####### CORPO #######*/

.corpo{background-color:#FF94A1;
	width:380px;
	/*height:800px;*/
	}

#corpo_sx{	
	float:left;
	height:775px;
	}
	
#corpo_dx{
	float:right;
	height:775px;
	background-image:url(../img/sfondo_foglie_dx.jpg);
	background-repeat:no-repeat;
}
	
/*####### CENTRO BIANCO #######*/

.centro{background-color:#FFFFFF;
	background-repeat:no-repeat;
}

#centro_sx{
	margin-top:30px;
	width:298px;
	height:596px;
	background-image:url(../img/sfondo.bianco_sx.gif);
	background-repeat:no-repeat;
	float:right;
	
		}
	
#centro_dx{
	margin-top:30px;
	width:298px;
	height:596px;
	background-image:url(../img/sfondo.bianco_dx.gif);
	background-repeat:no-repeat;
	float:left;
	}

/*#### QUADRI ####*/

.quadro{
	background-repeat:no-repeat;
	width:275px;
	height:275px;
}

#quadro1{
	background-image:url(../img/quadro1.gif);
	margin-left:15px;
	margin-top:15px;
	}
	
#quadro2{
	background-image:url(../img/quadro2.gif);
	margin-top:15px;
	margin-left:5px;
	}

#quadro3{
	background-image:url(../img/quadro3.gif);
	margin-left:15px;
	margin-top:15px;}

#quadro4{
	background-image:url(../img/quadro4.gif);
	margin-top:15px;
	margin-left:5px;}


/*#### MENU ####*/
.riquadro_sx{
	width:150px;
	height:auto;
	padding-top:145px;
	/*border:1px solid black;*/
}

.riquadro_dx{
	width:270px;
	height:auto;
	padding-top:145px;
	/*border:1px solid black;*/
}

ul.menu_ricette li{	
	list-style-image:url(../img/puntatore1.gif);
	padding-left:5px;
	font-size:14px;
	list-style-type:none;
	font-weight:bold;
	color:#902822;
	line-height:25px;
	}

ul.menu_tavola li{	
	list-style-image:url(../img/puntatore2.gif);
	font-size:14px;
	list-style-type:none;
	font-weight:bold;
	color:#902822;
	line-height:25px;
	margin-left:129px;	
	}

ul.menu_ikebana li{	
	list-style-image:url(../img/puntatore3.gif);
	padding-left:5px;
	font-size:14px;
	list-style-type:none;
	font-weight:bold;
	color:#902822;
	line-height:25px;
	}	
	
ul.menu_origami li{	
	list-style-image:url(../img/puntatore4.gif);
	padding-left:10px;
	font-size:14px;
	list-style-type:none;
	font-weight:bold;
	color:#902822;
	line-height:25px;
	margin-left:129px;	
	}	
#bottom{
	width:730px;
	float:left;
	height:40px;
	background-color:#FF94A1;
	text-align:left;
	font-size:10px;
	padding-left:30px;
	color:#902822;
	line-height:15px;
	}
	
#contatore{
	float:left;
	margin-left:10px;
	font-size:10px;
	}
/*#### COLLEGAMENTI ####*/

a:link{
	text-decoration:none;
	color:#902822;}
a:hover{
	text-decoration:none;
	color:#FF0000;}
a:visited{
	text-decoration:none;
	color:#902822;}