@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #732d17;
	background-image: url(../images/header/brick_bkg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	outline: none;
	margin: 0; /* it's good practice to zero the margin and padding for differing browser defaults */
	padding: 0;
}
a.selected {
	outline: none;
	margin: 0; /* it's good practice to zero the margin and padding to account for differing browser defaults */
	padding: 0;
}
img {
	border:0;
	margin: 0; /* it's good practice to zero the margin and padding to account for differing browser defaults */
	padding: 0;
}
.brewery #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:1178px;
	text-align: left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.brewery #mainwrapper {
	width:960px;
	background: #732d17;
	z-index: 2;
	position: relative;
	margin: 0; /* it's good practice to zero the margin and padding to account for differing browser defaults */
	padding: 0;
}

.brewery #maintitle {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 600px;
	display:inline;
	position:absolute;
	top:275px;
	left:0px;
}

.brewery #maincontent {
	padding: 0px;
	height: 490px;
	width: 600px;
	margin: 0px;
	display:inline;
	position:absolute;
	top:355px;
	left:0px;
}
.brewery #board {
	padding: 0px;
	height: 486px;
	width: 800px;
	top: 358px;
	left: 100px;
	position: absolute;
	z-index: 8888;
	display:inline;
}
.brewery #mainanchor {
	height: 333px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	display:inline;
	position:absolute;
	top:845px;
	left:0px;
}

.brewery #sidecontent {
	padding: 0px;
	height: 385px;
	width: 360px;
	margin: 0px;
	z-index: 50;
	display:inline;
	position:absolute;
	top:275px;
	left:600px;
}

.brewery #sideanchor {
	height: 518px;
	width: 360px;
	margin: 0px;
	padding: 0px;
	z-index: 51;
	display:inline;
	position:absolute;
	top:660px;
	left:600px;
}
