@import "common.css";
@import "head.css";
@import "nav.css";
@import "main.css";
@import "meta.css";

@import "contact.css";
@import "lightbox.css";

#top {
	width:715px;
	margin:14px auto 0;
	padding-bottom:20px;
	position:relative;
}
html#home #top {
	background:url(images/home-bottom.jpg) no-repeat  bottom right;
}
html#furniture #top {
	background:url(images/furniture-bottom.jpg) no-repeat  bottom right;
}
html#gallery #top {
	background:url(images/gallery-bottom.jpg) no-repeat  bottom right;
}
html#location #top {
	background:url(images/johnston-casual.jpg) no-repeat  bottom right;
}
html#contact #top {
	background:url(images/contact-bottom.jpg) no-repeat  bottom right;
}

