/*	colours:
	Dark Blue - #002673;
	Light Blue - #738CBF;
	Pale Blue - #F5F7FA; (background colour)
	Lighter Blue - #8AA8E6;
	Red - #D90000;
	Dark Red - #B30000;
*/

.story_clip {
	width: 410px;
	height:	110px;
	line-height: 160%;
	display: block;
	border-bottom: dashed 1px #002673;
	padding: 0px;
	margin: 10px 20px 0px 20px;
	float: left;
	clear: left;
	}
	
.story_pic {
	width: 140px;
	height: 120px;
	border-bottom: solid 1px #FFFFFF;
	padding: 0px;
	margin: 0px;
	float: right;
	clear: right;
	}
	
#image_box img {
	width: 400px;
	height: 225px;
	margin-top: 10px;
	margin-left: 20px;
	}
	
#thumbs {
	width: 140px;
	float: right;
	margin: 0px;
	}
	
#thumbs img {
	width: 140px;
	height: 120px;
	border:	none;
	}	
