/* SITEPAGE
----------------------------------------- */
#OuterContainer {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 2354px;
	left: 50%;
}
#InnerContainer {
	position: relative;
	text-align: center;
	left: -50%;
}
	#InnerContainer div {
		display: block;
		margin: 0 auto;
	}

#Display {
	width: 1446px;
	height: 414px;
	overflow: hidden;
}
	#Display div {
		float: left;
		margin: 0;
	}
	
	#Display div.Left {
		background: url(../images/graphics/display_left.png) no-repeat bottom;
		width: 250px;
		height: 414px;
	}
	
	#Display div.Center {
		width: 946px;
		height: 396px;
		margin-top: 18px;
		background: black;
	}
		#Display div.Center div.Menu {
			float: left;
			text-align: left;
			padding: 34px 0 0 24px;
			width: 218px;
		}
	#Display div.Right {
		background: url(../images/graphics/display_right.png) no-repeat bottom;
		width: 250px;
		height: 414px;
	}
	
div.FlashHolder {
		width: 2354px;
		height: 414px;
}
	#FlashVideoModule {
		width: 2354px;
		height: 414px;
		margin: 0;
		padding: 0;
	}
		div.UpdateFlash {
			width: 2354px;
			height: 414px;
			background: url(../images/graphics/update_flash.jpg) no-repeat bottom center;
		}
		div.UpdateFlash div {
			padding-top: 258px;
			padding-left: 242px;
		}
		div.UpdateFlash p {
			font-size: 14px;
			padding-bottom: 5px;
		}
		div.UpdateFlash img {
			margin-top: 40px;
		}

div.FootDisplay {
	background: url(../images/graphics/footer.gif) no-repeat top center;
	width: 1500px;
}

#TextPane {
	text-align: left;
	width: 946px;
	padding-top: 40px;
}
	#TextPane div.Format,
	#JSText {
		width: 654px;
		padding: 0 26px 20px 266px;
	}