@charset "utf-8";
/* ts-style.css
   a CSS Document 
   for thestory.css
*/
.floatright
{
	float: right;
	width: 403px;
	background-color: #fff;
	padding: 10px;
/*	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
*/
}

div.floatright img
{
/*	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
*/
}

.floatleft
{
	float: left;
	width: 403px;
	background-color: #fff;
	padding: 10px;
/*	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 2px solid #555;
	border-left: 2px solid #555;
*/
}

div.floatleft img
{
/*	border-top: 2px solid #555;
	border-right: 2px solid #555;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
*/
}

