#centeringFrame {	width: 800px;	height: auto;	margin-right: auto;	margin-left: auto;	padding: 0px;	text-align: left;
	background: url(../images/top_banner_logo.jpg) no-repeat;
}	

#bannerLeft {
	float: left;
	width: 143px;
	height: 50px;
}

#bannerMiddle {
	float: left;
	margin-top: 120px;
}

#bannerRight {
	float: right;
	margin-top: 120px;
}
#pageContent {
	clear: both;
	padding-top: 40px;
}

#contentLeft {
	float: left;
	width: 143px;
	height: auto;
}

#contentRight {
	float: left;
	width: 650px;
	height: auto;
}

#footer {
	padding-top: 30px;
	color: gray;
	clear: both;
	margin-bottom: 40px;
}
#leftCol { float: left;
	width: 48%;
}#rightCol { float: right;
	width: 48%;
}.indicator {
	padding-top: 8px;
	padding-left: 6px;
}#leftCopyCol { float: left; width: 430px;
 
}#rightCopyCol { float: right; width: 200px; 
}#moviePlayer {
	position: relative;
	top: 120px;
	left: 95px;
}#movieCaption {
	position: relative;
	top: 140px;
	left: 95px; width: 440px;
}.nobr { white-space: nowrap }