/* CSS Document */
/* EAST BAY DANCE CENTER */
/* February 6, 2007 */

/* this is used on the Staff &amp; Studios page but can be used elsewhere - 
	essentially it is floated 100px wide images with non-wrap-around text to other side */

#imageLeft1, #imageLeft2, #imageLeft3 {
	float: left;
	margin: 24px 0 0 15px;
	padding: 1px;
	border: 1px solid #666;
}
#imageRight1, #imageRight2, #imageRight3 {
	float: right;
	margin: 24px 0 0 15px;
	padding: 1px;
	border: 1px solid #666;
}

.bioTextRight {
	margin-top: 24px;
	margin-left: 133px;
	padding-top: 6px;
	font-size: 100%;
	border-top: 1px solid #CCC;
}
.bioTextLeft {
	margin-top: 24px;
	margin-right: 118px;
	padding-top: 6px;
	font-size: 100%;
	border-top: 1px solid #CCC;
}

#clearDiv {
	clear: both;
}
