﻿@import url(layout.css);
@import url(menu.css);
@import url(desserts.css);
@import url("beersandspirits.css");
@import url(index.css);
@import url(winelist.css);

/* styles common to more than one page */

h1 {font-size:1.3em; text-align:center; margin: .5em;
	height: 25px;
}
.disclaimer {
	font-style: italic;
	font-weight: 400;
	text-align: center;
	
}
h3 {margin:0px; padding:0px;}
	

/* Roll-over for menu */
.nav li a:hover {
	color: #FF3300;
}


hr {
	width: 515px;
}



.octoberfestAnnouncement {
	font-family: Century;
	font-size: 13pt;
	border: medium groove #FF0000;
	text-align: center;
	background-color: #99CCFF;
	font-weight: bold;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}



