
/* PageContainer Begin */
#PageContainer
	{
		background-color: rgb(255,255,255);
		width: 800px;
		height: 865px;
		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-image: url(images/dublin.jpg);
			background-repeat: no-repeat;
			background-color: rgb(255,255,255);
			height: 130px;
			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-color: rgb(255,255,255);
				height: 130px;
				width: 120px;
				margin-top: 0px;
				margin-left:0px;
				padding: 0;
				text-align: center;
				border: 0;
			}
	/* PageBanner End */

	#TopRuler
		{
			position: absolute; left:auto; right:auto; top:135px;
			background-image: url(images/titlebar.jpg);
			background-repeat: no-repeat;
			background-color: rgb(255,255,255);
			height: 5px;
			width: 780px;
			margin-top: 0px;
			margin-left: 10px;
			padding: 0;
			text-align: left;
			border: 0;
		}

	/* ContentLeft Begin */
		/* TopLeft Begin */
			#TopLeft
			{
				position: absolute; left:auto; right:auto; top: 150px;
				background-color: rgb(255,255,255);
				height: 350px;
				width: 380px;
				margin-top: 0;
				margin-left: 10px;
				text-align: left;
				padding: 0;
			}
		/* TopLeft End */
	/* ContentLeft End */

	/* ContentRight Begin */
		/* TopRight Begin */
		#TopRight
			{
				position: absolute; left:auto; right:auto; top:150px;
				background-color: rgb(255,255,255);
				height: 350px;
				width: 380px;
				margin-top: 0;
				margin-left: 410px;
				text-align: left;
				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 */


