p { font-family: courier; size: 10px; }
h1 { font-family: courier; }
h2 { font-family: courier; size: 12px; font-style: bold; }
li { font-family: courier; }

a:link { color: red; text-decoration: none; }
a:visited { color: red; text-decoration: none; } 
a:hover { color: red; background: yellow; text-decoration: none; } 


h3{ 
	position: absolute;
	align: center;
	background-image: url(c2-840x700.jpg);
	z-index: 1;
	height: 700;
	width: 840;
	margin-top: 0px;
	font-family: courier;
	text-align: left;
}

#everybean {
     position: relative;
     margin-left: auto;
     margin-right: auto;
     width: 840;
    }

#whiskeytalk {
	position: absolute;
	left: 564;
	top: 40;
	width: 195px;
	height: 200px;
	margin-left: 5px;
	margin-top: 0px;
	z-index: 2;
}

#nipshield {
	position: relative;
	top: 530;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	z-index: 3;
}
	
#beerback {
	position: absolute;
	left: 0;
	width: 180px;
	margin-left: 0px;
	margin-top: 100px;
	padding: 5px;
	text-align: right;
	border-top-width: 10px;
	border-top-style: solid; 
	border-top-color: black;
	background: white;

}

#banner {
	position: absolute;
	left: 0;
	width: 840px;
	height: 100px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(banner100.jpg);
	border-bottom-width: 10px;
	border-bottom-style: solid; 
	border-bottom-color: black;
}


#manster {
	position: absolute;
	margin-left: 200px;
	margin-top: 100px;
	width: 590px;
	z-index: 3;
	border-top-width: 10px;
	border-top-style: solid; 
	border-top-color: black;
	padding: 20px;
}

#manster2 {
	position: absolute;
	margin-left: 0px;
	margin-top: 110px;
	width: 840px;
	text-align: center;
	z-index: 3;

}