
	#PageContainer
		{
			width: 770px;
			height: 535px;
		}

	#PageBanner
		{
			height: 175px;
			width: 750px;
		}


	/* PageBody Begin */
	#PageBody
		{
			height: 345px;
			width: 750px;
		}

		/* PageLeft Begin */
		#PageLeft
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-color: rgb(255,255,255);
				width: 200px;
				height: 475px;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				text-align: left;
			}

		/* PageLeft End */
	
		/* PageRight Begin */
		#PageRight
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-color: rgb(255,255,255);
				width: 550px;
				height: 475px;
				margin: 0px 0px 0px 200px;
				padding: 0px 0px 0px 0px;
				text-align: left;
			}
	
			#Billboard
				{
					position: absolute; left:auto; right:auto; top:0px;
					background-color: rgb(255,255,255);
					height: 300px;
					width: 550px;
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 0px 0px;
					text-align: left;
					border: 0;
				}
		/* PageRight End */

		/* Lower Panels Begin */

		#LeftPanel
			{
				position: absolute; left:auto; right:auto; top:350px;
				background-color: rgb(255,255,255);
				height: 100px;
				width: 375px;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				text-align: left;
				border: 0;
			}

		#CenterPanel
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-color: rgb(255,255,255);
				height: 275px;
				width: 100%;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				text-align: left;
				border: 0;
			}

		#RightPanel
			{
				position: absolute; left:auto; right:auto; top:350px;
				background-color: rgb(255,255,255);
				height: 160px;
				width: 375px;
				margin: 0px 0px 0px 375px;
				padding: 0px 0px 0px 0px;
				text-align: left;
				border: 0;
			}

		/* Lower Panels End */
	/* PageBody End */

	/* PageFooter Begin */
		.PageFooter
			{
				position: absolute; left:auto; right:auto; top:480px;
				background-color: rgb(255,255,255);
				height: 50px;
				width: 750px;
				margin: 0px 0px 0px 10px;
				padding: 0px 0px 0px 0px;
				text-align: center;
			}
	/* PageFooter End */
/* PageContainer End */

