.story h2{
	background-image: url(../story/images/h2_img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 980px;
	text-indent:-9999px;
}

#story_img{
	background-image: url(../story/images/story_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: 880px;	
	display:block;
}

table{
	width:90%;
	margin:0 10px;
	padding:10px 0;
}
th{
	width:40%;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #630;
	text-align:left;
}

td{
	padding:10px 3px;
	margin:0;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #630;
}

.story ul{
	margin:0 15px;
	padding:0;

}
.story li{
	float:left;
	margin:10px;
	padding:0 0 0 10px;
	list-style-type:none;
	background-image: url(../images/list2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #23487D;
}
.td00{	width:10px;}

img{
	margin:0 5px;
	padding:5px;
	border: thin solid #1F487E;
	background-color:#FFF;
}