﻿body {
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	margin: 0 auto;
}
img {
	border: 0px;
}
#container {
	margin: 0 auto;
	width: 994px;
}
#header-wrapper {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	width: 994px;
	height: 134px;
}
#body-wrapper {
	background-image: url('../images/body-bg.png');
	background-repeat: repeat-y;
	width: 994px;
	height: 324px;
}
#footer-wrapper {
	background-image: url('../images/footer-bg.png');
	background-repeat: no-repeat;
	width: 994px;
	height: 47px;
}
#logo {
	float: left;
	margin: 0px 0px 0px 34px;
}
#location-title {
	float: left;
	margin: 60px 0px 0px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
}
#left-wrapper {
	float: left;
	width: 443px;
	height: auto;
	margin: 0px 0px 0px 54px;
}
#right-wrapper {
	float: left;
	width: 438px;
	height: auto;
	margin: 0px 0px 0px 19px;
}
.store-title {
	float: left;
	margin: 0px 0px 0px 34px;
	padding: 10px 0px 0px 0px;
	width: 357px;
	height: 39px;
	background-image: url('../images/title-bar.png');
	background-repeat: no-repeat;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	text-align: center;
}
.store-photo {
	float: left;
	margin: 7px 0px 0px 49px;
}
.store-info {
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #701911;
	margin: 13px 0px 0px 74px;
}
.store-btn {
	float: left;
	margin: 12px 0px 0px 141px;
}
