#contact_us {
	
}

#contact_us:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#bakery_details_div {
	display: inline;
	float: left;
	margin: 15px;
	background: #F7EACA;
	width: 868px;
}

#bakery_details_div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#bakery_details_div div.store_address {
	display: inline;
	float: left;
	color: #3C2600;
	text-align: center;
	margin: 50px 0px 0px 50px;
}

#bakery_details_div div.store_address h3 {
	font-size: 20px;
	font-style: italic;
	margin: 7px 0px 7px;
}

#bakery_details_div div.store_address p {
	font-size: 16px;
	margin: 7px 0px 7px;
}

#bakery_details_div div.store_details {
	display: inline;
	float: left;
	color: #3C2600;
	margin: 42px 0px 0px 48px;
}

#bakery_details_div div.store_details h3 {
	font-size: 13px;
	margin: 16px 0px 7px;
}

#bakery_details_div div.store_details table {
	font-size: 12px;
	margin: 0px 0px 0px 20px;
}

#bakery_details_div div.store_details table td.spacer {
	width: 12px;
}

#bakery_details_div div.store_details p {
	font-size: 12px;
	margin: 0px 0px 0px 20px;
}

#bakery_details_div div.store_details p a, #bakery_details_div div.store_details p a:visited {
	color: #3C2600;
	text-decoration: none;
}

#bakery_details_div div.store_details p a:hover {
	text-decoration: underline;
}

#bakery_details_div div.google_map_div {
	display: inline;
	float: right;
	margin: 15px;
}