a.links { display: }
a.links:link { text-decoration: none; text-transform: capitalize; color: red; }
a.links:hover { text-decoration: underline; }


.spot { list-style: disc; font-size: 16px; font-style: italic; display: block; padding-bottom: 10px; padding-top: 10px;
}
li { padding: 2px;	}
.small	{ font-size: 12px; }
p { font-size: 14px;  line-height: 21px;}
.address { font-size: 14px; font-weight: bold;}

#pic-box	{
	width: 475px; height: 672px;
	float: right;
	margin-left: 35px;
	margin-bottom: 10px;
	background-color: black;
	}
	#picture	{
	width: 465px;	height: 662px;
	margin-top: 5px;
	background-image: url(../images/storefront.jpg);
	}

#text-left	{
	float: left;
	width: 450px; height: 280px;
	margin-left: 25px;
	
	}

