/*style sheet for About Us page*/

	
.aboutuspics {
	clear: both;
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
	font-size: .8em;
	text-align: left;
	line-height: 1em;	
	}

.aboutuscontent { 
	padding: 5px;
	margin: 20px 20px 0 0px;
	background-color: #ffffff;
	}

#moretrialpics {
	clear: both;
	font-size: .8em;
	text-align: left;
	line-height: 1em;	
	}

table.morepics {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-spacing: 10px;
	}
	
td.morepics {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	width: 251px
	}

