
/* PageContainer Begin */
#PageContainer
	{
		background-color: rgb(255,255,255);
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: -50px;
		padding: 0;
		text-align: left;
	}

	/* LeftContent Begin */
	#PageLeft
		{
			position: absolute; left:auto; right:auto; top:0px;
			background-color: rgb(255,255,255);
			background-image: url(../images/NavBackground.jpg);
			background-repeat: repeat-y;
			width: 140px;
			margin-top: 0px;
			margin-left:0px;
			margin-bottom: -50px;
			padding: 0;
			text-align: left;
		}

		#NavBar
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-image: url(../images/NavBackground.jpg);
				background-repeat: repeat-y;
				width: 140px;
				height: 200px;
				margin-top: 0px;
				margin-left:0px;
				padding: 0;
				text-align: left;
			}			
	/* LeftContent End */
	
	/* RightContent Begin */
	#PageRight
		{
			position: absolute; left:auto; right:auto; top:0px;
			background-color: rgb(255,255,255);
			width: 660px;
			margin-top: 0;
			margin-top: 0px;
			margin-left:140px;
			margin-bottom: -50px;
			padding: 0;
			text-align: left;
		}
	
		#PageBanner
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-image: url(../images/OwlBanner.jpg);
				background-repeat: no-repeat;
				background-color: rgb(255,255,255);
				height: 120px;
				width: 660px;
				margin-top: 0px;
				margin-left:0px;
				padding: 0;
				text-align: left;
				border: 0;
			}

			#BannerTitle
				{
					position: absolute; left:auto; right:auto; top:70px;
					background-color: transparent;
					height: 20px;
					width: 600px;
					margin-top: 0px;
					margin-left:55px;
					padding: 0;
					text-align: left;
					border: 0;
				}

			#RightContent
				{
					position: absolute; left:auto; right:auto; top:130px;
					background-color: transparent;
					height: 570px;
					width: 660px;
					margin-top: 0px;
					margin-left:0px;
					padding: 0;
					text-align: left;
					border: 0;
				}

	/* RightContent End */

	/* PageFooter Begin */
		#PageFooter
		{
			position: absolute; left:auto; right:auto; top:90px;
			background-color: rgb(255,255,255);
			height: 5em;
			width: 72em;
			margin-top: 47em;
			margin-left: 0em;
			padding: 0;
		}

		#FooterContent
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-color: rgb(255,255,255);
				height: 4.5em;
				width: 71em;
				margin-top: 0px;
				margin-left: .5em;
				padding: 0;
			}

	/* PageFooter End */

/* PageContainer End */


