/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#F8D8DC;
	background-image:url(../img/casa.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	}
	
#pagina {
	width:760px;
	margin:0px auto;
	height:auto !important;
	height:0px;
	background-color:#FF94A1;
	}
	
#top{
	width:760px;
	height:141px;
	}

#corpo{
	background-color:#FF94A1;	
	height:auto;
	width:687px;
	margin-top:20px;
	margin-left:35px;
	}

#centro{
	background-image:url(../img/linea_centro.gif);
	background-repeat:repeat-y;
	height:500px;}

#tavola{
	background-image:url(../img/tavola.gif);
	background-repeat:no-repeat;
	width:687px;
	height:157px;
	}
	
#centro_giu{
	background-image:url(../img/centro_giu.gif);
	background-repeat:no-repeat;
	width:687px;
	height:93px;
	}

#menu{
	width:192px;
	height:auto;
	margin-top:20px;   
	float:left;
	}
	
ul.menu_ricette li{
	list-style-image:url(../img/puntatore2.gif);
	padding-left:10px;
	font-size:20px;
	color:#902822;
	line-height:50px;
	}
	
ul.sotto_menu li{
	list-style-image:none;
	list-style-type:square;
	display:list-item;
	font-size:12px;
	color:#902822;
	line-height:15px;
	}

ul.menu_ricette li ul.sotto_menu li  a{
	color:#902822;
	text-decoration:none;
	}

ul.menu_ricette li ul.sotto_menu li  a:hover{
	color:#990000;
	text-decoration:underline;
	}
		
ul.menu_ricette li a{
	color:#902822;
	text-decoration:none;}
	
ul.menu_ricette li a:hover{
	color:#902822;
	text-decoration:none;}
 
#ricetta{
	height:445px;
	width:485px;
	float:right;
	}

#divisore{
	width:38px;
	height:445px;
	float:left;
	}
	
.divisore1{
	background-image:url(../img/divisore_bacchetta.gif);
	background-repeat:no-repeat;
	padding-right:10px;
	}

#dx{
	float:left;
	width:420px;
	height:auto;
	}

#img{
	background-image:url(../foto/tavola1.jpg);
	background-repeat:no-repeat;
	float:right;
	width:400px;
	height:194px;
	margin-bottom:10px;
	}	
	
#testo{
	width:420px;
	float:right;
	text-align:left;
	font-size:12px;
	overflow:scroll;
	height:300px;
	line-height:1.5;
	}
	

h3{	color:#660000;
	display:inline;}
	

#bottom{
	height:50px;
	width:760px;
	padding-top:10px;
	margin:0 100 0 100;
	}
	
ul.menu_html li{
	margin-left:45px;	
	display:inline;
	color:#660000;	
	}

#bottom ul a{
	color:#660000;
	text-decoration:none;}
	
#bottom ul a:hover{
	color:#990000;
	text-decoration:underline;}
	
.nofloat{clear:both;}