#ContentWindow {
	width: 750px;
}
#ContentHeader{
	height: 82px;
}
#content_inner {
	color: #FFF;
	width: 670px;
	/*padding: 10px 40px;*/
	text-align: left;
	overflow: hidden;
}
#ContentFooter{
	height: 34px;
	background-image: url(../images/ContentWindowFooter.png);
}