body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url("images/theCellar.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
}
#placer
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 472px;
    margin-left: -300px; /* half of width */
    margin-top: -236px;  /* half of height */
    text-align: center;
	background-color: #FFFFFF;
	border-bottom: 1px solid #690004;
	border-right: 1px solid #690004;
	border-left: 1px solid #92191e;
	border-top: 1px solid #92191e;
}
#logoHead
{
	background-image: url("images/logo_head.gif");
	background-repeat: no-repeat;
	width: 600px;
	height: 74px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#tagline
{
	color: #690004;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align:	right;
	letter-spacing: .12em;
	position: absolute; 
	top: 10px;
	right: 8px;
	width: 350px;
	z-index: 2; 
}
#feature
{
	color: #690004;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align:	right;
	letter-spacing: .10em;
	position: absolute; 
	bottom: 5px;
	right: 8px;
	width: 350px;
	z-index: 2;
}
#introImage
{
	background-image: url("images/featuringNo.jpg");
	background-repeat: no-repeat;
	width: 600px;
	height: 398px;
	position: absolute;
	top: 74px;
	left: 0px;
	z-index: 1;
}
#copyright
{
	font-size: 9px;
	color: #000000;
	position: absolute;
	right: 8px;
	bottom: 4px;
	text-align: right;
	letter-spacing: .15em;
	z-index: 2;
}
#inMenu
{
	background-color: #d9cda4;
	border-bottom: 1px solid #690004;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	text-align: left;
	padding: 0px;
}
.menuItem
{
	width: 74px;
	border-right: 1px solid #690004;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	z-index: 3;
	float: left;
	margin: 0px;
	padding: 0px;
}
.menuItemLast
{
	width: 74px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	z-index: 3;
	float: left;
	margin: 0px;
	padding: 0px;
}
p.menu
{
	color: #690004;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 3px;
	margin: 0px;
}
.menu:link
{
	color: #690004;
	text-decoration: none;
}
.menu:visited
{
	color: #690004;
	text-decoration: none;
}
.menu:hover
{
	color: #993300;
	text-decoration: underline;
}
.underLink:link
{
	color: #690004;
	text-decoration: underline;
}
.underLink:visited
{
	color: #690004;
	text-decoration: underline;
}
.underLink:link
{
	color: #993300;
	text-decoration: underline;
}
