
body
	{
		position: absolute; left:auto; right:auto; top:0px;
		background-color: rgb(235,225,165);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0;
	}

/* PageContainer Begin */
	#PageContainer
		{
			background-color: rgb(255,255,555);
			margin-left: auto;
			margin-right: auto;
			margin-top: 0;
			padding: 0;
			text-align: left;
		}


	#PageBanner
		{
			position: absolute; left:auto; right:auto; top:10px;
			background-image: url(../images/BannerTile.jpg);
			background-repeat: repeat-x;
			background-color: rgb(255,255,255);
			margin: 0px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
			text-align: left;
			border: 0;
		}

		#BannerLeft
			{
				position: absolute; left:auto; right:auto; top:0px;
				height: 154px;
				width: 130px;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				background-color: transparent;
				text-align: left;
				border: 0;
			}

		#BannerRight
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-image: url(../images/BannerTitle.jpg);
				background-repeat: no-repeat;
				background-color: transparent;
				height: 154px;
				width: 620px;
				margin: 0px 0px 0px 130px;
				padding: 0px 0px 0px 0px;
				text-align: center;
				border: 0;
			}

		#BannerChain
			{
				position: absolute; left:auto; right:auto; top:154px;
				height: 20px;
				width: 100%;
				text-align: center;
			}
	/* PageBanner End */
			
	#PageBody
		{
			position: absolute; left:auto; right:auto; top:185px;
			background-color: rgb(255,255,255);
			margin: 0px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
			text-align: left;
			border: 0;
		}

/* PageContainer End */

