.ContentHeader
{
	width: 385px;
	height: 68px;
	float: left;
	text-align: left;
	vertical-align: middle;
}

.Paper
{
	background-image: url(images/paper-half.jpg);
	background-repeat: repeat-y;
}

.WhatsNew
{
	/* background: url(images/newsbackground.jpg) top left no-repeat; */
	height: 478px;
	width: 230px;
	overflow: hidden;
	float: right;
	text-align: left;
	font-size: .8em;
	color: #aaa;
	font-weight: bold;
	padding-top: 30px;
}

.WhatsNewPane
{
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #a1a1a1;
	font-weight: bold;
}


.ContentInnerContainer
{
	float: left;
	width: 725px;
}
.LogoContainer
{
	clear: both;
	text-align: right;
	height: 64px;
	width: 725px;
}

.ContentPane
{
	width: 360px;
	float: left;
	text-align: left;
	font-size: .8em;
	padding: 20px 0px 20px 25px;

}
.Spacer
{
	width: 10px;
	height: 376px;
	float: left;
}
.ImagePane
{
	width: 330px;
	float: right;
	text-align: left;
	font-size: .8em;
}




