#jumpbox-columns-container {
	/* originally 760px changed so ie6 layout works */
	width: 780px;
	
	/* clear from top title border */
	margin-top:0px;

}

.jumpbox-column {
	
	float: left;
	margin-right:10px;
}

#jumpbox-paginate-container {
	width:768px;
	float: left;
	clear: both;

}

.jumpbox-container {
	width:360px;
	float: left;
	
	margin-right: 20px;
}

.jumpbox-content-container {
	width: 358px;
	height: 110px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px;
		
	margin-bottom: 10px;	
		
	/*make text range left instead of centred */
	text-align: left;	
}
	
.jumpbox-header {		
	width: 370px;
	height: 15px;
		
	text-align: right;
		
	background-image: url(http://www.pandrol.com/images/img/boxtop.gif);
	background-repeat: no-repeat;
	background-position: center top;	
}
	
.jumpbox-date {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	
	margin-right: 4px;
}
	
.jumpbox-image {
	float: left;
	margin: 5px 5px 0px 0px;
	display: block;
	height: 70px;
	width: 110px;
	background-color: #999999;
}
	
.jumpbox-blurb-container {
	margin-top: 5px;
	float: right;
	width:240px;
}
