body {
	background-color: #281300;
	margin: 0;
	padding: 0;
}

body, th, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
#page_bg {
	padding: 0;
	margin: 0;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f5efe3;
}

#header_holder {
	width: 960px;
	height: 214px;
	padding: 0;
	margin: 0 auto;
}
#header_holder .left {
	float: left;
	width: 340px;
	height: 214px;
}
#header_holder .right {
	float: right;
	width: 620px;
	height: 214px;
}

#menu {
	float: right;
	width: 589px;
	height: 82px;
	margin-top: 70px;
	background-image: url(../images/menu/background.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
#menu #holder {
	padding: 30px 0 0 45px;
}

#menu #holder .div {
	float: left;
	padding: 0 5px;
}

#menu #holder a.home  						{		display: block;		float: left;		width: 48px;		height: 22px;		background: url(../images/menu/home.gif) no-repeat; }
#menu #holder a.home:hover 				{		display: block;		float: left;		width: 48px;		height: 22px;		background: url(../images/menu/home-over.gif) no-repeat; }
#menu #holder a.about  						{		display: block;		float: left;		width: 51px;		height: 22px;		background: url(../images/menu/about.gif) no-repeat; }
#menu #holder a.about:hover 			{		display: block;		float: left;		width: 51px;		height: 22px;		background: url(../images/menu/about-over.gif) no-repeat; }
#menu #holder a.pub  							{		display: block;		float: left;		width: 37px;		height: 22px;		background: url(../images/menu/pub.gif) no-repeat; }
#menu #holder a.pub:hover 				{		display: block;		float: left;		width: 37px;		height: 22px;		background: url(../images/menu/pub-over.gif) no-repeat; }
#menu #holder a.liquorstore  			{		display: block;		float: left;		width: 98px;		height: 22px;		background: url(../images/menu/liquorstore.gif) no-repeat; }
#menu #holder a.liquorstore:hover	{		display: block;		float: left;		width: 98px;		height: 22px;		background: url(../images/menu/liquorstore-over.gif) no-repeat; }
#menu #holder a.events  					{		display: block;		float: left;		width: 55px;		height: 22px;		background: url(../images/menu/events.gif) no-repeat; }
#menu #holder a.events:hover 			{		display: block;		float: left;		width: 55px;		height: 22px;		background: url(../images/menu/events-over.gif) no-repeat; }
#menu #holder a.contact  					{		display: block;		float: left;		width: 64px;		height: 22px;		background: url(../images/menu/contact.gif) no-repeat; }
#menu #holder a.contact:hover 		{		display: block;		float: left;		width: 64px;		height: 22px;		background: url(../images/menu/contact-over.gif) no-repeat; }

#content_holder {
	padding: 0 0 35px 0;
	margin: 0;
	width: 100%;
}
#content_middle {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
#content_middle .left {
	float: left;
	width: 320px;
}
#content_middle .right {
	float: left;
	width: 640px;

}

.content_bg {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	padding: 0 35px;
	margin: 0;
}

#content {
	padding: 0;
	margin: 0;
}


#footer_holder {
	padding: 0;
	margin: 0;
	width: 100%;
	border-top: 8px solid #afa49c;
	background-color: #281300;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;

}
#footer_middle {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/footer_leaves.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer_middle p {
	padding: 0;
	margin: 0;
}