body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:0.8em;
	background:#220501;
	margin:0;
	padding:0;
}
.width {
	width:880px;
	margin:0 auto;
}
.green {
	background:#006600;
}
img {border:0;}
#freehouse {
	background:url(images/freehouse.png);
	width:187px;
	height:62px;
	float:right;
	position:relative;
	top:20px;
	z-index:51;
}
#address {
	float:right;
	margin:35px 10px 0 0;
}
.bar {
	height:31px;
	background:url(images/bar.png) center top repeat-x;
	position:relative;
	z-index:50;
}
#glassbody {
	background:url(images/bgbeer.jpg) no-repeat;
	min-height:400px;
	position:relative;
	top:-20px;
}
#menuul {
	float:left;
	margin-left:200px;
	list-style-type:none;
	margin-top:70px;
}
#menuul ul {
	display:none;
}
#menuul li span {
	display:none;	
}
#menuul li {
	width:169px;
	height:16px;
	background:url(images/menuback.png);
	margin: 3px 0;
}
#menuul li a {
	text-decoration:none;
	font-weight:bold;
	color:yellow;
	display:block;
	padding-left:20px;
	text-transform:capitalize;
}
#menuul li a:hover, #menuul li.hilight a {
	color:white;
}
#pageborder {
	width:456px;
	background:url(images/mainback.png) no-repeat;
	float:left;
	margin-top:30px;
}
#pagetext, .mceContentBody {
	margin-top:20px;
	background:url(images/paper.jpg);
	padding:30px;
	min-height:400px;
}
#pagetext img, .mceContentBody img {
	margin:10px;
}
.mceContentBody {
	margin:0;
	padding: 10px;
}
#pagetext h1, #pagetext h2, #pagetext h3, #pagetext h4, #pagetext p, .mceContentBody h1, .mceContentBody h2, .mceContentBody p {
	margin:0;
	padding:0;
}
#pagetext a {
	color:black;
}
#pagetext h1, #pagetext h2, .mceContentBody h1, .mceContentBody h2 {
	color:#444444;
	font-size:1.4em;
}
#pagetext h2, .mceContentBody h2 {
	font-size:1em;
}
.clear {
	clear:both;
}
.bottom {
	position:relative;
	top:-20px;
}
.footer {
	text-align:center;
	position:relative;
	top:-40px;
	z-index:40;
	padding-top:30px;
	padding-bottom:50px;
	color:yellow;
	font-weight:bold;
}

