@charset "UTF-8";
/* CSS Document */

.brownCaptionPara{
	color: #6f4b2d;
	text-align: center;
	margin: 5px auto 10px auto;
	font-size: 10px;
	line-height: 12px;
	padding: 0px 0px;
	width: 260px;
	height: 70px;
}

.storeLogos{
	width: 280px;
	margin: 0px auto;
	text-align: center;
}

.storeLogos img{
	display: block;
	margin: 54px auto 0px auto;
}

.restaurantLogos a{
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
}

.restaurantLogos a:hover{
	text-decoration: none;
	color: #666666;
}

.restaurantLogos{
	width: 300px;
	margin: 0px auto;
	text-align: center;
}

.restaurantLogos img{
	display: block;
	margin: 55px auto 0px auto;
}

.highlight{
	color: #0047bf;
	text-decoration: underline;
}