.Brewery {
	float:left;
	margin-top:5px;
	margin-bottom:20px;
	width:25%;
}
.Brewery .Name {	font-weight:bolder;
}
.Brewery .City { 	/*margin-bottom:10px;*/	
}
.Brewery .Image1 img {
	width:100px;
	height:100px;
}
.Brewery .Image2 img {
	width:100px;
	height:75px;
}
.Brewery .Image3 img {
	width:75px;
	height:100px;
}.Brewery .Website a, 
.Brewery .Website a:visited, 
.Brewery .Website a:hover {	text-decoration:underline;	color:blue;	}

.Brewery .Website a:hover {
	text-weight:bolder;
}
.Brewery .BeerList {
	margin-top:10px;
}

.Brewery .BeerList .Beer {
	float:left;
	width:100%;
}

.Brewery .BeerList .Beer.hidden {
	display:none;	
}
.StateList, .CountryList {
	margin-top:30px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.StateList a, .CountryList a, .StateList a :visited, .CountryList a :visited, .StateList a :hover, .CountryList a :hover {
	text-decoration:underline;
	color:black;
	margin:4px;
}
.StateTitle, .CountryTitle {
	font-weight:bolder;
	margin-bottom:10px;
}
