body {
	background-image: url("../images/cibo_menubgrd.jpg"); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-attachment: fixed; 
	background-size: 100%; 
}



#wrapper {
	width: 86%;
	
	margin: 0px auto;
	border: 1px solid clear;
	padding-top: 20px; 
	font-family:arial, sans-serif;
	text-align: center;
	font-size: 15px; 
	font-weight: bold; 
	background-image: url("../images/bkgr_semi_trans.png"); 
	
}

#header {
	margin-top: 10px;
	height:40px;
	padding-top: 20px; 
	font-family:arial, sans-serif;
	text-align: center;
	font-size: 25px; 
	font-weight: bold; 
	border: 1px solid clear;
}

.letters{
	color:#000;
	filter:alpha(opacity=100);
	opacity:1;
}



p1{
font-size: 14px; 
}


p2{
font-size: 22px; 
}


	
	#myLogo{
	margin-top: -20px;	
 	float: right;
	border: 1px dotted clear;
	width:150px;
}

 .link{
	font-family: courier new, American typewriter; 
	font-size: 10px;
	color: #444;
	text-decoration:none;
}	

	

	
			
#foodWine li{ 
display: inline; 
float: left;
border: 1px solid clear;
}
 
/* Size and center the menu */

 #foodWine nav{ 
 width: 1050px; 
 margin: 0 auto;
 margin-top: -25px;
 margin-right: auto;
 border: 1px solid clear;

 } 





#foodWine a{ 
color: #666; text-decoration: none; 
font-family: 'Open Sans', sans-serif;
font-size: 16px; 
font-weight: 600;
}


#foodWine a.active, #foodWine a:hover{ color: #990000; }

#foodWine li{ 

border: 1px solid clear;
padding: 10px 27px 10px 27px;
border: 1px solid clear;
}

/* Sizes for the bigger menu */
#foodWine.large{ height: 120px; }

#foodWine li{ margin-top: 20px; }

/* Sizes for the smaller menu */
#foodWine.small{ height: 50px; }
#foodWine.small img{ width: 287px; height: 69px; margin-top: -10px; }
#foodWine.small li{ margin-top: 17px; }


#foodWine,nav, a, img, li{
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}