#story h3{
	background-image: url(../story/images/h3_img.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 980px;
	text-indent:-9999px;
}

th{
	width:300px;
	text-align:left;
	padding:3px 0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
td{
	padding:3px 0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

#story_img{
	background-image: url(../story/images/story_img.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 820px;
	height:230px;
	display:block;
}

.story li{
	background-image: url(../images/list4.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type:none;
	padding:0 0 0 15px;
	font-size:12px;
	margin:10px 0;
}

