body {
	position: relative;
	background: #e5ddc5;
	background-image: url(/images2/bg_parchment.jpg);
	font: 13px/1.5em Georgia,serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
p, td {
	font: 13px/1.5em Georgia,serif;
	color: #000000;
	}
#header {
	width: 780px;
	margin: 0 auto;
	}
#navrow {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	}
#nav {
	font-size: 13px;
	padding: 0;
	width: 780px;
	height: 100px;
	list-style: none;
	display: inline;
	}
#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}
#nav ul {
	margin: 0; 
	padding: 0;
	}
#nav a {
	float: left;
	width: 130px;
	padding: 80px 0 0 0;
	margin: 0;
	height: 20px !important; 
	height /**/:100px; /* for IE5/Win only */
	overflow: hidden;
    border-top: 1px solid #f8f4e9;
    border-bottom: 1px solid #f8f4e9;
	text-decoration: none;
	color: #06c;
	}
#nav a:hover {
	background-position: 0 -100px;
	text-decoration: none;
	color: #06c;
	}
#nav a:active {
	background-position: 0 -100px;
	text-decoration: none;
	color: #06c;
	}
#nav a.selected {
	background-position: 0 -100px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	}
#nav1 a { background: url(/images2/nav1.gif) top left no-repeat; }
#nav2 a { background: url(/images2/nav2.gif) top left no-repeat; }
#nav3 a { background: url(/images2/nav3.gif) top left no-repeat; }
#nav4 a { background: url(/images2/nav4.gif) top left no-repeat; }
#nav5 a { background: url(/images2/nav5.gif) top left no-repeat; }
#nav6 a { background: url(/images2/nav6.gif) top left no-repeat; }
#content {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
	clear: both;
	}
#footer {
	width: 780px;
	margin: 0 auto;
	border-top: 1px solid #f8f4e9;
	border-bottom: 1px solid #f8f4e9;
	font-size: 0.85em;
	color: #7f3e3e;
	clear: both;
	text-align: center;
	}
.wineprice {
	padding: 6px 0 0 0;
	color: #060;
	}
.winepricesoldout {
	padding: 6px 0 0 0;
	color: #c00;
	font-weight: bold;
	}
a {
	color: #06c;
	}
a:hover {
	color: #39f;
	}
a:active {
	color: #39f;
	}
a:visited {
	color: #06c;
	}
h1 {
	font-size: 20px;
	margin-top: 0;
	line-height: 1.0em;
	}
h2 {
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.0em;
	}
.smalltext {
	font-size: 0.9em;
	}