.store {
	margin: 15px;
	padding: 5px;
}

h1 {
	display: inline;
	font-size: 20px;
	color: #715943;
}

.contact_container {
	float: right;
}

.stores_container {
	float: left;
}

.store hr {
	margin-left: -3px;
	margin-bottom: 5px;
	margin-right: -3px;
	margin-top: -3px;
	border-color: #bd9b43;
	border-style: solid;
	height: 1px;
	background-color: #bd9b43;
}

.store a {
	color: #c09b61;
}


