
body {
	background: url('siteimages/wideback.jpg') fixed top left repeat-y;
}

a { 
	letter-spacing: 1px;
}


a:link { 
	color: #FF9900;
}

a:visted {
	color: purple;
}

a:hover {
}

a:active {
	color: red;
}

.urgent { /* For time-sensitive or urgent information.*/
	color: #FFCC00;
}
p.urgent {
	font-weight: bold;
}

.address { /* For listing addresses */
	list-style: none;
}

.address li#name {
	position: relative;
	left: -20px;
	font-weight: bold;
}


/* This sets the stylization for all content within the "container" */

#container {
	display: block;
	width: 950px;
	height: 100%;
	position: static;
	margin: 0px;
	font-family: "Lucida Sans";
}

/* This sets the header. */

#header {
	display: block;
	background-color: black;
	height: 70px;
	width: 100%;
	position: relative;
	text-align: center;
}

#header h1 {
	color: white;
	position: relative;
	left: -115px;
	top: 20px;
	font-size: 20pt;
}	

/* This positions the navigation panel */

#nav {
	display: block;
	position: relative;
	width: 300px;
	height: 400px;
	padding: 10px;
	font-weight: bold;
	font-size: 14pt;
	background: url('siteimages/hops.gif') no-repeat top left;
	background-position: 0px -5px;
}

#nav ul {
	list-style: none;
}


/* This sets each pages relevent sub menus */

ul#pro-sub, ul#home-sub, ul#event-sub {
	display: none;
	left: -30px;
	position: relative;
	font-size: 10pt;
	line-height: 11pt;
	font-weight: normal;
}

.pronav ul#pro-sub {
	display: block;
}

.homenav ul#home-sub {
	display: block;
}

.eventnav ul#event-sub {
	display: block;
}

/* This sets the hyperlink stylization */

#nav a {
	color: black;
	text-decoration: none;
	letter-spacing: normal;	
}

#nav a:hover {
	text-decoration: underline overline;
}

#nav a:active {
	text-decoration: underline;
}

li#homepage {
	position: relative;
	left: 90px;
}

li#professional {
	position: relative;
	top: 15px;
	left: 110px;
}

li#homebrew {
	position: relative;
	top: 30px;
	left: 90px;
}

li#kegcomp {
	position: relative;
	top: 45px;
	left: 40px;
}

li#events {
	position: relative;
	top: 60px;
	left: 40px;
}

li#contact {
	position: relative;
	top: 75px;
	left: 40px;
}

li#TBBW {
	position: relative;
	top: 90px;
	left: 40px;
}

/* Hot News stylization begins here */

#hotnews h4 {
	display: block;
	position: relative;
	width: 270px;
	top: -80px;
	font-size: 80%;
	text-align: center;
	border: dotted black 2px;
	padding: 5px;
}
	
/* Page content stylization begins here */



#content {
	display: block;
	position: absolute;
	top: 80px;
	left: 300px;
	width: 631px;
	border-style: solid;
	border-color: black;
	border-width: 0px 1px 1px 6px;
	padding: 10px;
	text-align: justify;
	font-family: Arial;
	font-size: 100%;
	line-height: 110%;	
}	


#content a {
	font-weight: bold;
}

#content h3 {
	display: block;
	position: relative;
	top: 10px;
	line-height: 150%;
	letter-spacing: 1px;
	font-size: 115%;
	text-align: center;
	background-color: black;
	color: white;
}

/* Table style starts */



table {
	display: block;
	position: relative;
	font-size: 75%;
	text-align: center;
	width: 630px;
	background: white url("events/beermonth/calendar/abmbg.jpg") no-repeat bottom;
	border-collapse: collapse;
	overflow: hidden;
}

col {
	width: 90px;
}

td {
	height: 90px;
	background: none;
	border: solid black 1px;
	text-align: center;
	font-size: 80%;
}

td a:link {
	color: red;
}

td a:visited {
	color: red;
}

th {
	text-align: center;
	font-size: 125%;
	color: white;
	background: #666666;
	height: 20px;
}

.discountdata, .eventdata {
	list-style-type: none;
	position: relative;
	left: -30px;
}

.retailer, .location, .phone, .details, .cost {
	position: relative;
	left: 30px;
} 

.retailer {
	text-decoration: underline;
}

/* ABM List style */




/* Footer stylization starts here */

#footer {
	display: none;
}	
