/* CSS Document */
.text_pict {
	float:left;
	display:inline;
	width:610px;
	font-size:11px;
	line-height:16px;
	text-align:justify;
}
.text_pict a img {
	border:solid 1px #36332c;
}
.text_pict a img:hover {
	border:solid 1px #ffffff;
}
.text_pict_left {
	float:left;
	display:inline;
	margin:5px 10px 0px auto;
}
.text_pict_right {
	float:right;
	display:inline;
	margin:5px 0px auto 10px;
}

