body{
	background:#666; /* url('images/backgroundAttempt.png') no-repeat fixed center;*/
}
#wrapper{
	/*width:100%;*/s
	background: url('images/semiTransparent333.png');
}

#leftBarFooter{
	clear:left;
	background: url('images/linkBGFooter.png') no-repeat;
	height:13px;
	width:125px;
	float:left;
}

#logo{
	background: none; /*	url('images/cornerLogo.png') no-repeat;*/
	height: 75px;
	/*
	width:200px;
	position:absolute;
	z-index:100;
	border:0px;*/
}

#mainHeader{
	padding: 0px 0px 0px 200px;
	text-align:center;
	position:absolute;
}

#content{
	padding: 75px 0px 0px 125px;
}

#leftBar{
	display:none;
}

#leftBarBrew{
	display:block;
	float:left;
	padding: 75px 0px 0px 0px;
	width:125px;
	background: url('images/linkBG.png') repeat-y;
}

/************BREW**************/
table.brewDetail{
	width:75%;
	border-style:solid;
	border-collapse:collapse;
	border-color:white;
	border-radius:30px;
}

tr.sectionBottom{
	border-style:solid;
	border-width:0px 2px 2px 2px;
	border-radius:30px;
}

tr.sectionTop{
	border-style:solid;
	border-width:2px 0px 2px 2px;
	border-radius:30px;
}

td.labelChooserCellSelected{
	background-color:#88f;
}

td.labelChooserCellUnselected{
	background-color:none;
}

div.brewDetailQRCodeDiv{
	float:right;
	width:100px;
	margin-right:10px;
	text-align:center;
	font-size:12px;
}

img.brewDetailQRCode{
	height:50px;
	/*width:40px;*/
	background-color:#fff;
	background-image:url('/images/QRSample50.png');
}
/*******************************/