/********** Beer Decription styling **********/
#beerdescription	{
		position: absolute;
		top: 195px;
		left: 675px;
		color: #fff;
		width: 200px;
}

#beerdescription h1	{
		font-size: 30px;
		padding: 0 0 10px 0;
}

#beerdescription p	{
		font-size: 17px;
}

/********** Position the Beer Logos at Base of Page **********/

#avalanchelogo	{
		position: absolute;
		top: 475px;
		left: 38px;
}

#avalanchelogo img	{
		border: none;
}

#highlanderlogo	{
		position: absolute;
		top: 475px;
		left: 123px;
}

#highlanderlogo img	{
		border: none;
}

#mavericklogo	{
		position: absolute;
		top: 475px;
		left:208px;
}

#mavericklogo img	{
		border: none;
}

#pipersgoldlogo	{
		position: absolute;
		top: 475px;
		left: 293px;
}

#pipersgoldlogo img	{
		border: none;
}

#vitalsparklogo	{
		position: absolute;
		top: 475px;
		left: 378px;
}

#vitalsparklogo img	{
		border: none;
}

/*********** Style the links - Buy Now and Locals ************/

#buynowlink	{
		position: absolute;
		top: 414px;
		left: 652px;
}

#buynowlink a	{
		text-decoration: none;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
}

#buynowlink a:hover	{
		text-decoration: underline;
}

#localslink	{
		position: absolute;
		top: 470px;
		left: 665px;
}

#localslink a	{
		text-decoration: none;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
}

#localslink a:hover	{
		text-decoration: underline;
}