.index #center a#tavern-banner {
	background: url(images/tavern-banner.jpg) no-repeat center top;
}
.index #center a:hover#tavern-banner {
	background: url(images/tavern-banner.jpg) no-repeat center bottom;
}
.index #center a#banquet-banner {
	background: url(images/banquet-banner.jpg) no-repeat center top;
}
.index #center a:hover#banquet-banner {
	background: url(images/banquet-banner.jpg) no-repeat center bottom;
}
.index #center a#catering-banner {
	background: url(images/catering-banner.jpg) no-repeat center top;
}
.index #center a:hover#catering-banner {
	background: url(images/catering-banner.jpg) no-repeat center bottom;
}



body.index {
	background: #5b5f69 url(images/index-background.png) repeat-y center top;
	padding: 0px;
}
.index #container {
	width: 720px;
}
.index #container-squeeze {
	padding: 0px 30px 0px 30px;
}
.index.without-sidebar #center {
	width: 660px;
}
.index.without-sidebar #center-squeeze {
	padding-bottom: 1em;
	padding-top: 60px;
}
.index #center .three-columns {
	padding-bottom: 0px;
	padding-top: 0px;
}
.index #center .three-columns .column {
	width: 215px;
}
.index #center .three-columns .column.last {
	width: 170px;
}
.index #center .three-columns .column-squeeze {
	padding-right: 45px;
}
.index #center .three-columns .last .column-squeeze {
	padding: 0px;
}
.index #center .banner {
	background: gray;
	display: block;
	height: 404px;
	width: 100%;
}
.index #center h1 {
	padding-top: 2em;
}
.index #footer {
	font-size: .9em;
	width: 660px;
}
.index #footer-squeeze {
	border-top: 1px solid #999;
	margin: 0px 30px;
	padding: 2em 0px;
}
.index #footer .left {
	width: 250px;
}
.index #footer .right {
	width: 350px;
}
.index #footer p {
	padding-top: 0px;
}
