#recentEntries {
	position: absolute;
	height: 72px;
	width: 505px;
	top: 137px;
	left: 386px;
}
#recentEntries #text {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 11px;
	width: 90px;
	color: #97ba35;
	font-weight: bold;
	z-index: 5;
	text-align: left;
}

#recentEntries #text #textPadding {
	margin-right: 2px;
	margin-left: 2px;
}

#recentEntries #images {
	position: absolute;
	height: 51px;
	width: 340px;
	left: 124px;
	top: 20px;
}
#recentEntries  #images  .image {
	float: left;
	position: relative;
	margin-right: 17px;
}
#recentEntries #images .image .plusSign {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 5;
}



#newsBox {
	position: absolute;
	height: 172px;
	width: 237px;
	top: 300px;
	left: 163px;
}

#mainFrame {
	position: absolute;
	height: 397px;
	width: 435px;
	top: 211px;
	left: 392px;
	background: url(layout/what-main-frame.gif);
	z-index: 5;
}

#mainFramePadding {
	margin: 20px 16px 17px 7px;
	position: relative;
}
#scrollableContainer {
	position: relative;
	height: 360px;
	overflow: hidden;
	width: 380px;
}

#articleContainer { 
}


#articleDate {
	z-index: 5;
	height: 18px;
	width: 65px;
	top: 6px;
	font-size: 9px;
	color: #FFFFFF;
	background: #97ba35;
	left: 0px;
	text-align: center;
	line-height: 18px;
	margin-top: 18px;
}

.articleTitle {
	color: #467f2b;
	margin-left: 28px;
	font-weight: normal;
	font-size: 16px;
}

.article {
	color: #999999;
	margin-left: 63px;
	margin-top: 10px;
	font-size: 12px;
}
