/* Basic Element Redefinition and Setup */
form, ul, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, body, p {
	margin: 0; padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 90%;
	background-color: #857F71;	
	background-color:rgb(0,0,0); /* black */
	padding-bottom:20px;
	width:100%;
	height:100%;
	}
	
p, ul, ol, td {
	text-align:justify;
	line-height:145%;
	margin-bottom:1em;
}
ul, ol {
	padding-left:1.5em; 
	margin-left:0;
}
	
img {
	border: 0px;
}

A, A:Visited
	{
	color:rgb(111,5,5);	/* Burgundy */
	text-decoration:none;
	}

A:Hover {
	color:#31391A; /* Green */	
	color:rgb(111,5,5);	/* Burgundy */
	}


/* Page Structure */
.mastHead {	
	line-height:0px;	
	}

#outsideBox {
	width:730px;
	margin:0px auto;
	margin-top:4px;
	margin-bottom:10px;
	height: 100%;
	background-color: rgb(255,244,186); /* yellow background */	
	}
	
	

	
	

.navBar {	
	height:34px;
    background-color:rgb(138,20,16); /* dark-red */
	color:rgb(206,193,30); /* saloon ochre */
/*	padding:16px;
	text-align:center;
	font-weight:normal;
	letter-spacing:1.2px;
	word-spacing:4px; */
	/* background-image:url(images/navbar.gif) */
	}
.navBar A, .navBar A:Visited
	{
	color:rgb(206,193,30); /* saloon ochre */
	}
.navBar A:Hover {
	color:rgb(206,193,30); /* saloon ochre */
	}

.oneColumn {
	padding:20px;
	padding-bottom:0px;
	width:730px;  /* for IE5/Win */
	voice-family:"\"}\"";
	voice-family:inherit;
	width:690px; /* proper width */
		}

#footer {	
	background-image:url("images/footer.gif");
	margin-top:20px;
	background-color:rgb(138,20,16); /* dark-red */
	color:rgb(206,193,30); /* saloon ochre */
	height:65px;  /* for IE5/Win */
	voice-family:"\"}\"";
	voice-family:inherit;
	height:45px; /* proper width */	
	}

.clearer {
	clear:both;
	padding-bottom:30px;
	}

/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin-bottom:10px;
	text-align:center;
	}
h1,.h1 {
	font-size:1.8em;
	font-weight:normal;
	color:rgb(170,30,26); /* red */
	color:rgb(0,0,0); /* black */
	}

h2,.h2 {
	font-size:1.4em;
	font-weight:normal;
	color:rgb(138,20,16); /* dark-red */
	color:rgb(0,0,0); /* black */
	}
	
h3,.h3 {
	font-size:1.3em;
	font-weight:normal;
	color:rgb(170,30,26); /* red */
	color:rgb(0,0,0); /* black */
	}
	
	
	
h4,.h4 {
	font-size:1.5em;
	font-weight:normal;
	color:rgb(170,30,26); /* red */
	background-color: #ede68b;
	}	
	
	
	
	
	
/* Special Sections */

table {
	border-collapse:collapse;
	}
table.winelist tr td.winename
{
	width:500px;
}
table.winelist, table.winelist tr, table.winelist td {
	margin:0px; padding:0px;
	}
table.winelist {
	margin-bottom:2em;
}
table.winelist td {
	}
#hoursTable {
	width:100%;
	margin-top:10px;
} 
#hoursTable #lunchHours {
	text-align:left;
}
#hoursTable #phoneAddress {
	text-align:center;
}
#hoursTable #dinnerHours {
	text-align:right;
}