body {
	background-image:url(../images/interior/repeat_top.jpg);
}
#main_top {
	background-image:url(../images/interior/top.jpg);
}
#container_inner {
	background-image:url(../images/interior/top_inner.jpg);
}
#container_outer {
	background-image:none;
}
#column_container {
	width:806px;
	background-image:url(../images/interior/repeat_column.jpg);
	background-repeat:repeat-y;
}
#column_top {
	width:806px;
	background-image:url(../images/interior/column_top.jpg);
	background-repeat:no-repeat;
}
#column_btm {
	width:806px;
	min-height:192px;
	padding:48px 0 80px 0;
	background-image:url(../images/interior/column_btm.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#content {
	width:670px;
	margin:auto;
}
.title {
	margin-bottom:15px;
}
#location_container {
	width:570px;
	margin:15px auto;
	background-image:url(../images/graphics/location_repeat.jpg);
	background-repeat:repeat-y;
	clear:both;
}
#location_top {
	width:570px;
	background-image:url(../images/graphics/location_top.jpg);
	background-repeat:no-repeat;
}
#location_btm {
	width:570px;
	min-height:15px;
	padding:55px 0 30px 0;
	background-image:url(../images/graphics/location_btm.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#location_left {
	width:244px;
	margin-left:18px;
	float:left;
	display:inline;
	text-align:center;
}
#location_right {
	width:244px;
	margin-left:46px;
	float:left;
	display:inline;
	text-align:center;
}
#location_left hr, #location_right hr {
	margin-left:20px;
	margin-right:20px;
}
.frame {
	border:double 3px #C00520;
	margin:0 10px 5px 10px;
}
/*** CONTACT US PAGE ***/
input, select, textarea, button {
	color:#9F9183;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
}
.contact_form {
	width:570px;
	margin:auto;
}
.contact_form input {
	width:150px;
}
.contact_form textarea {
	width:275px;
	height:175px
}
/*** GALLERY PAGE ***/
.tile {
	width:162px;
	padding:10px 3px 10px 2px;
	float:left;
}
.tile img {
	margin:0;
	border:solid 1px #C00520;
}
#gallery_callout {
	width:560px;
	height:114px;
	margin:auto;
	overflow:hidden;
	clear:both;
}
#gallery_callout a {
	width:560px;
	height:114px;
	text-indent:-9999px;
	display:block;
	background-image:url(../images/graphics/gallery_callout.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#gallery_callout a:hover {
	width:560px;
	height:114px;
	background-image:url(../images/graphics/gallery_callout.jpg);
	background-repeat:no-repeat;
	background-position:0 -114px;
}
#coupon_callout {
	width:560px;
	height:94px;
	margin:auto;
	overflow:hidden;
	clear:both;
}
#coupon_callout a {
	width:560px;
	height:94px;
	text-indent:-9999px;
	display:block;
	background-image:url(../images/graphics/coupon_callout.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#coupon_callout a:hover {
	width:560px;
	height:94px;
	background-image:url(../images/graphics/coupon_callout.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}