/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #dacb96;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	text-align:justify;
}

a{
	color:#333333;
}

#main{
	width:833px;
	margin-left:auto;
	margin-right:auto;
}

#corpo{
	background-image:url(../images/bgcorpo.gif);
	background-repeat:repeat-y;
	padding-left:30px;
	padding-bottom:30px;
}

#intestazione{	
	background-image:url(../images/decoro.gif);
	background-position:right top;
	background-repeat:no-repeat;	
	height:121px;
	padding-right:160px;	
}

#intestazione h1{
	color:#722b04;
	margin:0px;
	font-size:26px;
	font-weight:bold;
	padding-top:30px;
}

#intestazione h1 a{
	color:#722b04;
}

/* #testo{
	width:500px;
	float:left;
	text-align:justify;
} */

#testo{
	
	margin-right:30px;
}

#testo p{
	margin:0px;
}

/* #proposte{
	width:220px;
	float: right;
	text-align:justify;
	background-color:#b79785;
	border: #825b46 dotted 1px;
	margin-right:15px;
	padding:5px;
	color:#FFFFFF;
	text-align:center;
}*/

#proposte{
	
	float: none;
	clear:both;
	text-align:justify;
	background-color:#f5f3e8;
	border: #825b46 dotted 1px;
	margin-right:15px;
	margin-top:20px;
	padding:5px;
	color:#5e583a;
	text-align:center;
}

#proposte h2{
	
	font-size:1.6em;
	font-weight:normal;
	color:#722b04;
	margin:0px;
	/* background-color:#dacb96; */
	background-color:#FFFFFF;
	border-bottom:#cccccc 1px solid;
	padding:2px;
}

#menu_basso{
	margin:10px;
	padding:10px;
	text-align:center;
	font-size:0.8em;
	background-color:#dbd7c8;
	border-bottom:1px solid #722b04;
}

#menu_basso a{
	color:#000000;
	text-decoration:none;
}

#ristorante{
	width:600px;
}

#ristorante p{
	margin:0px;
}

#contatti{
	font-size:1.4em;
	line-height:1.6em;
}

#nostro_menu{
	text-align:center;
}

#nostro_menu h3{
	font-size:1.4em;
	color:#722b04;
}

#orari{
	color:#722b04;
	text-align:center;
	margin:10px;
}

.clearer{
	width:100%;
	clear:both;
	float:none;
}

.photogallery{
	padding:5px;
	border:#CCCCCC 1px solid;
	float:left;
	margin:3px;
	background-color:#FFFFFF;
}

#footer{
	
	margin:0px;	
	padding:0px;
	text-align:center;
	font-size:0.8em;	
}