﻿
#buildingscontentwrapper {
	width:100%;
}

div.mainphoto {
	height: 265px;
	margin: 0 0 0 0;
	padding: 0 0 9px 0;
	float:left;
}

	/* main image area */
img.main {
	border: 8px solid #DBDBDB;
	margin: 0 41px 0 0;
	padding: 0;
	float: left;
}

div.thumbnailwrapper {
	width: 265px;
	height: 26px;
	margin: 8px 15px 0 0;
	padding: 0;
	text-align: left;
	float: left;
	clear: left;
}

	/* smaller thumbnail images */
.thumbs {
	margin: 0 7px 0 0;	
}
	/* Run-Walk Text Colors*/
.greenTxt {
		color: #035B29;
		font-weight:bold;
		}
.blueTxt {
		color: #0070C0;
		font-weight:bold;
		}



