* {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: none;
}

body {
	background-color: #C0D2B6;
	background-image: url("images/green_bg_2.gif");
	background-repeat: repeat-x;
	text-align:center;
	letter-spacing: .2px;
	font: 13px Georgia,Times New Roman, san-serif;
	line-height: 1.4em;
	color:  #003325;
}


#wrapper {
	width: 800px;
	background-color:#E2EADF;
	position: relative;
	left: 50%;
	margin-left: -385px;
}


#branding {
	width: 800px;
	height: 140px;
}


#mainContent {
	width: 600px;
	background-color:#E2EADF;
	border-left: 1px solid #5C7F74;
	float: right;
	padding: 19px;
	min-height: 500px;
	text-align:left;
	font-size: 1.1em;	
}	


#mainContent img {
	padding-left: 25px;
}	


#mainContent p  {
	margin: 0 0 15px 0;
}

	
#mainNav {
	width: 160px;
	font: 1.4em  Garamond, Georgia, Times New Roman, serif;
	color: #003325;
	display: block;
	text-align:left;
	list-style: none;
	float: left;
	padding-top: 20px;
}


#sidebar {
	width: 160px;
	float: left; 
	text-align: left;
	border-top: dashed 1px #B59530;
}


#sidebar h3 {
	font: 1.2em arial, helvetica, san-serif;
	color: #003325;
	padding:20px 0 0 20px;
	text-decoration: underline;
	margin: 0;
}


#sidebar p, #sidebar img {
	padding-left: 20px;
}	


a:hover, a:active  {
	color:#B59530;
}


p.fl:first-letter {
font-size: 1.8em;
font-family: Didot,Celtic, DeRoos, cursive;
}
p:first-line { line-height: 130%; } 



p.intro {
	font: 1.4em garamond, Times New Roman, serif;
	color: #003325;
	text-align: center;	
	line-height: 1.4em;
}


p.beerlist {
	font-size: .9em;
	font-style: italic;
}	


h1 {
	text-indent: -9999px;
	background:url(images/header5.gif) no-repeat;
	width: 800px;
	height: 140px;
}	

	
h2 {
	font: 2em optima, arial, helvetica, san-serif;
	font-style: italic;
	color: #6C8C74;
	text-align: center;
	text-decoration: underline;
	margin: 0 0 15px 0;
}	


h3 {
	font:  1.3em Helvetica, arial, verdana, san-serif;
	color: #003325;
	font-style: bold;
	text-transform: uppercase;
	text-align: left;
    margin: 25px 0 10px 0;
}


h3.emphasized {
	font-style: italic;
	text-transform: none;
}	


h4 {
	font: 1.1em helvetica, arial, verdana, san-serif;
	text-align: left;
	margin-bottom: 2px;
	color: #5E021C;
}


span.menudescription {
	font-size: .9em;
	font-style: italic;
}


span.menuitems {
	font-size: .85em;
	text-transform: uppercase;
	color: #88302D;
	text-indent: 10px;
}	
	
	
ul {
	margin: 0;
	padding:5px 0  20px 20px;
}	
		
		
ul a {
	display:block;
	height: 30px;
	line-height: 20px;
	color:#051E16;
	text-decoration: none;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #3C4741; }


#footer {
	width: 800px;
	height: 50px;
	display: block;
	background-color: #002810;
	clear: both;
}	
	
	
#footer p {
	font: .9em Arial,Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #B2CCBA;
	margin:0;
	padding:15px 10px;
}	
	
	
