body {
	padding: 0;
	margin: 0px 0px 0px 0px; 
	COLOR: #000000;
	background-color:#FFFFFF;
	background-image:url(graphx/background.jpg); 
	text-align: center;
}

body#home li#homenav {
	background-image:url(graphx/activemenu.jpg);
}



body#contact li#contactnav {
	background-image:url(graphx/activemenu.jpg);
}





p {
font-family: arial;
font-size: 12px;
}


p.small {
font-family: arial;
font-size: 10px;
}


p.medium {
font-family: arial;
font-size: 11px;
}


p.list {
font-family: arial;
font-size: 11px;
}


p.keglist {
font-family: arial;
font-size: 11px;
}


b.red {
font-family: arial;
font-size: 12px;
color: #660000;
}


LI { font-size:10pt; }

table.main {
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	/* background-color: #FFFFFF; */
	color: #000000;
	border-width: 0px; 
	border-style: solid;
	border-color: #000000;
	padding: 0px;
	width: 800px;
	height: 100%;
	border-collapse: collapse;
}


td.mainbody {
	background-color: #FFFFFF;
	width: 650px;
	border-width: 0px; 
	border-style: solid;
	border-color: #660000;
	border-collapse; collapse;
	padding: 1px;
}



table.nav {
	width: 150px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	border: 0px;
	text-align: center;
	color: #000000;
}





td.footer {
	text-align: center;
	background-color: #EEEEEE;
	height: 100px;
}


td.header {
	text-align: center;
	height: 60px;

}


td.menu {
	text-align: center;
	background-color: #DDDDDD;
	width=150;
	}




.footer
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-SIZE: 9px;
	text-align : center;
}


BLOCKQUOTE { background: #EEEEEE;
		text-align: center;
		font-weight: normal;
		font-size: 12px;
		font-family: arial, helvetica, serif;
}


h3 { background: #FFFFFF;
	background-image:url(graphx/h3back.jpg); 
	color: #660000;
	font-family: arial, helvetica, serif;
	text-align: left;
}

A:link {
	text-decoration: none;
	color: #6633FF;
}

A:visited {
	text-decoration: none;
	color: #6633FF;
}



A:active {color: #6633FF;
	text-decoration: none;}

A:hover { color: #000000;
	background-color: #DDDDDD;
	text-decoration: none;
}




A.menu:link {
	text-decoration: none;
	color: #FFFFFF;
}

A.menu:visited {
	text-decoration: none;
	color: #FFFFCC;
}



A.menu:active {color: #FFFFCC;
	text-decoration: none;}



ul.menu { /* level 1 menu */
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 0px solid #BBBBBB;
	line-height:16px;
	text-align: left;
	}

ul.menu li { /* position of level 2 menu to level 1 menu */
	position: relative;
	}
	
li ul.menu { /* level 2 menu */
	border:solid #BBBBBB 0px;
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	padding:1px;

	}



/* Styles for level 1 Menu Items */
ul.menu li a {
	border:solid #DDDDDD 0px;
	border-bottom: 6px solid #DDDDDD;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #660000;
	padding: 1px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */

ul.menu li a:hover { color: #FFFFFF; background: #000000; 
			text-decoration: none;
			} /* Hover Styles */
		
li ul.menu li a { padding: 2px 2px;
			border:solid #BBBBBB 1px; display: block; 
			text-decoration: none;
			background-color: #DDDDDD;
			} /* Sub Menu 2 Styles */


li:hover ul.menu, li.over ul.menu { display: block; } 



