.mainframe .main {
	width: 660px;
}

div#homePageLatestNewsImages {
	padding: 3px 17px;
	margin-top: 14px;
	height: 153px;
	background-image: url(/_includes/images/curve.gif);
	background-repeat: no-repeat;

}

#homePageLatestNewsImages img {
	margin: 8px 15px;
    width: 92px; height: 92px;

}

.newsStoryHiddenTitle {
	font-weight: bold;
}

#newsStoryTitleHolder {
	height: 20px;
}


#stopPress {
	float: right;
	width: 233px;
	background-color: #E9EEF6;
}

ul#stopPressList {
	padding: 0;
	margin: 0;
}

ul#stopPressList li {
	padding-left: 10px;
	list-style-type: none;
	clear: left;
	height: 75px;
}

ul#stopPressList li img {
    width: 64px; height: 64px;
    margin: 5px;
	float: left;

}

ul#stopPressList li span {
	float: left;
	display: block;
	width: 125px;
	margin-left: 5px;
}

.newsPopout {
	border: 1px solid rgb(204,204,204);
	padding: 3px;
	width: 0px;
	height: 0px;
	background-color: rgb(255,255,255);
	color: rgb(102,102,102);
	right: 0px;
	top: -1px;
	display: none;
	position: relative;
	z-index: 100;
	text-align: left;
}