#row{
	postion: relative;
	width: 280px;
	height: 100px;
	padding: 0px 0px 10px 0px; /* top right bottom left */
	clear: both;
}

#rowpic{
	postion: relative;
	width: 100px;
	float: left;
}

#rowtxt_right{
	postion: relative;
	width: 170px;
	padding: 0px 0px 0px 10px;
	float: left;
}

#rowtxt_left{
	postion: relative;
	width: 170px;
	padding: 0px 10px 0px 0px;
	float: left;
}

