#wrapper{
	width:919px;
	background:url(./themes/site_themes/imgs/menu-bg-y.jpg) repeat-y;
	margin: auto;
}
#logo{
	display:block;
	margin:auto;
	width:269px;
	height:148px;
	background:url(./themes/site_themes/imgs/menu-logo.jpg) no-repeat;
}
#top{
	width:919px;
	background:url(./themes/site_themes/imgs/menu-top-bg.jpg) top no-repeat;
}
#footer{
	width:919px;
	height:274px;
	background:url(./themes/site_themes/imgs/menu-bottom-bg.jpg) no-repeat;
}

#menulist{
	text-align:center;
	margin:auto;
 	width:352px;
}

p u, .price{
	margin:0 0 0 20px;
        text-decoration:none;
}
 
#menulist h2{
	font-family:Georgia, Times, Serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	margin:auto;
	text-align:center;
	padding-top:15px;
       letter-spacing:4px;
}
.from{
	font-size:9px;
	font-weight:normal;
	color:#8d8f90;
	text-transform:lowercase;
} 
#menulist p{
	width:352px;
	margin:8px;
	font-size:9px;
	text-transform:uppercase;
	color:#333;
	letter-spacing:2px;
	line-height:10px;
	text-align:center;
}

.date{
	margin:263px 0 20px 0;
	text-align:center;
	font-weight:normal;
	font-family:Georgia, Times, Serif;
	font-size:13px;
	letter-spacing:5px;
	font-weight:normal;
	text-transform:uppercase;
	/*color:#ac2943;*/
     color:#c92445;
}

/***********Nav Because Sparkling breaks the rules*********/
#nav {
width: 268px; 
height: 17px;
background: url(./themes/site_themes/imgs/menu-nav.gif);
margin: 0px auto; 
padding:0;
position: relative;
margin-top:1px;
} 
#nav li {
margin: 0; 
padding: 0; 
list-style: none;
position: absolute; 
top: 0;
}  
#nav li, #nav a {
height: 17px; 
display: block;
}

#home {
left: 0; 
width: 58px;
}
#menu {
left: 58px; 
width: 59px;
}
#wine {
left: 117px; 
width: 56px;
}
#contact {
left: 171px; 
width: 95px;
}


#home a:hover, #home a.active {
background: transparent url(./themes/site_themes/imgs/menu-nav.gif) 0 -17px no-repeat;
}
#menu a:hover, #menu a.active {
background: transparent url(./themes/site_themes/imgs/menu-nav.gif) -58px -17px no-repeat;
} 
#wine a:hover, #wine a.active {
background: transparent url(./themes/site_themes/imgs/menu-nav.gif) -117px -17px no-repeat;
}
#contact a:hover, #contact a.active {
background: transparent url(./themes/site_themes/imgs/menu-nav.gif) -171px -17px no-repeat;
}



