/*CSS brought over from INFO Type: WYSIWYG*/
#storeInfoContainer {
	width: 650px;
	padding-right: 10px;
	padding-left: 10px;
	}

#storebox {
	width: 33%;
	float:left;
	padding-bottom: 5px;
	padding-top: 10px;
	}

#mapBox {
	width: 63%;
	float:right;
	padding-bottom: 5px;
	padding-top: 10px;
	}

.spacer {
 clear: both;
	border-top-width: thin;
 border-top-style: dotted;
	border-top-color: #3399CC;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.headshot { padding-bottom: 10px;}
.info-bar {padding: 3px;}
.name, .position, .rider { font-weight: bold; }
.about-yourself { padding-left: 5px; padding-top: 7px;}






