.story{
	position:relative;
}

.story_top{
	background-image:url(/components/stories/images/story_top.jpg);
	width:950px;
	height:53px;
}

.story_middle{
	background-image:url(/components/stories/images/story_middle.jpg);
	background-repeat:repeat-y;
	width:950px;
	height:170px;
	overflow:hidden;
}

.story_bottom{
	background-image:url(/components/stories/images/story_bottom.jpg);
	width:950px;
	height:32px;
}

.story_image{
	float:left;
	margin:0 65px 0 25px;
	width:260px;
	height:100%
}

.story_title{
	float:left;
	width:280px;
	margin-right:60px;
	margin-top:20px;
	margin-left: 25px;
}

.story_title h2, .story_title h3{
	float:left;
	margin:0 5px;
}

.story_content{
	float:left;
	width:475px;
	margin-right:25px;
	margin-left: 25px;
}

.expand_collapse{
	position:absolute;
	bottom:0;
	right:0;
	cursor:pointer;
}
