/* Default CSS Layout */
* {
	padding:0;
	margin:0;
}
body {
	background: #e8dba5;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e8dba5;
	text-align:justify;
}
a {
	color: #e8dba5;
}

img {
	border:0;
}

#wrapper {
	width: 851px;
	height: 520px;
	margin: 0 auto;
}
#header {
}
#logo {
	width: 395px;
	height:176px;
	float:left;
}
#logo img {
	display: block;
}
#hdr-rt {
	width: 456px;
	height: 176px;
	float: right;
	background: url(../images/beer_top.jpg) top left no-repeat;
	color: #000;
	font-size: 10px;
	text-align: right;
}
#hdr-rt p {
	margin: 45px 10px 0 0;
}
#hdr-rt a {
	color: #000;
}
#content-wrapper {
	width: 851px;
	height: 204px;
	background: #422D18 url(../images/content_bg.jpg) top left no-repeat;
}
#home-content {
	height: 190px;
	background: #422D18 url(../images/content_bg.jpg) top left no-repeat;
}
#content_scroll {
	width: 550px;
}
#content {
	width: 550px;
	margin: 0 10px;
}
#content-ttl {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #056bb3;
}
#content-txt {
}

#content h1, #popup h1{
	font-size: 14px;
	text-align: center;
}
#lyr1 p {
	padding: 0 10px;
}
#content h2 {
}
#content h3 {
}
#content h4 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 0;
	marging-bottom: 0;
}
#content hr {
	width: 80%
	text-align:center;
}
#content table {
	padding: 0;
	width: 90%;
	margin: 0 auto;
}
.clr {
	clear: both;
}
#bottom-nav {
	height: 140px;
}
#bottom-nav ul {
	list-style: none;
}

#bottom-nav li {
	float: left;
	margin: 0;
}

#bottom-nav li:hover {

}

#bottom-nav li a {
	
}

#bottom-nav li a {
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#bottom-nav li a:hover {
	color: #239bcf;
}
#bottom-addr {
	float: right;
	padding-right: 5px;
}
#footer {
	width: 851px;
	margin: 0 auto;
	font-size: 10px;
	color: #000;
}
#footer a {
	color: #000;
}
#ftr-lft {
	float: left;
	text-align: left;
}
#ftr-rt {
	float: right;
	text-align: right;
	padding-right: 10px;
}
.clr {
	clear:both;
}

#event-links {
	padding-top: 10px;
	font-size: 11px;
}
#event-links a {
}

#popup {
	background: url(../images/popup_bg.jpg) top left no-repeat;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#popup-txt {
	height: 330px;
	min-height: 300px;
	height: auto !important;
}
#popup-close {
	height: 20px;
}
#popup p {
	padding: 0 10px;
	text-align: left;
}
