#star_story_container {
	width: 670px;
	height: 180px;
/*	width: 670px; without borders */
	border: solid 0px red;
	margin: 5px 5px 0px 5px;
	overflow: hidden;
}

#star_story_container img{
	width: 240px;
	border: none;
}
#star_story_container a{
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
#star_story_container p{
	font-size: 8pt;
	margin: 5px 0px;
	padding: 0px;
}
#star_story_container h2{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: normal;
	
}