
/* PageContainer Begin */
#PageContainer
	{
		background-color: rgb(255,255,255);
		width: 800px;
		height: 710px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		/*
		margin-bottom: -50px;
		*/
		padding: 0;
		text-align: left;
	}

	#PageBanner
		{
			position: absolute; left:auto; right:auto; top:0px;
			background-color: rgb(255,255,255);
			height: 195px;
			width: 800px;
			margin-top: 0px;
			margin-left:0px;
			padding: 0;
			text-align: left;
			border: 0;
		}

		#PageLogo
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-image: url(images/holisticlogo_75.jpg);
				background-repeat: no-repeat;
				background-color: rgb(255,255,255);
				height: 195px;
				width: 180px;
				margin-top: 0px;
				margin-left:0px;
				padding: 0;
				text-align: center;
				border: 0;
			}

		#PageTitle
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-image: url(images/welcome.jpg);
				background-repeat: no-repeat;
				background-color: rgb(255,255,255);
				height: 130px;
				width: 620px;
				margin-top: 0px;
				margin-left:180px;
				padding: 0;
				text-align: center;
				border: 0;
			}
	/* PageBanner End */

	/* ContentLeft Begin */
		/* TopLeft Begin */
			#TopLeft
			{
				position: absolute; left:auto; right:auto; top: 210px;
				background-color: rgb(255,255,255);
				width: 240px;
				height: 400px;
				margin-top: 0;
				margin-left: 0;
				text-align: left;
				padding: 0;
			}
		/* TopLeft End */
	/* ContentLeft End */

	/* ContentRight Begin */
		/* TopRight Begin */
		#TopRight
			{
				position: absolute; left:auto; right:auto; top:160px;
				background-color: rgb(255,255,255);
				height: 470px;
				width: 530px;
				margin-top: 0;
				margin-left: 250px;
				padding: 0;
			}
		/* TopRight End */
	/* ContentRight 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 */


