#star_story_container {
	width: 240px;
	height: 422px;
	border: solid 0px red;
	margin: 0px 5px 0px 5px;
/*	width: 240px; without borders */
	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;
	
}
/****** HEADER ******/
.star_story_header{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}
.star_story_header div{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-bottom: 3px;	
}
.star_story_header div h1{
	margin: 0px 0px 3px 0px;
	font-size: 12pt;
}
/****** END HEADER ******/
