.Brewery
{
	float:left;
	margin-top:5px;
	margin-bottom:20px;
	width:25%;
}

.Brewery a 
{
	text-decoration:none;
	color:black;	
}

.Brewery a img
{
	border:none;
}

.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 .BeerList .Beer
{
	float:left;
	width:100%;
}

.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;
}

a.Temp, a.Temp:visited
{
	color:black;
}