#LeftColumn {
	float: left;
	height: auto;
	width: 400px;
	margin-left: 25px;
}
#RightColumn {
	float: right;
	height: auto;
	width: 525px;
	margin-right: 25px;
	color: #FFFFFF;
}

#WhatsNew {
	padding: 10px;
	height: 480px;
	width: 380px;
	overflow: scroll;
	font-size: 0.9em;
	background-image: url(../Images/CutOut/FTN-WhatsNewCutoutBG.gif);
}
#Clear2 {
	clear: both;
	width: 100%;
}
