
/* Page Specific Layout Begin */
	#PageContainer
		{
			width: 770px;
			height: 680px;
		}

	#PageBanner
		{
			height: 175px;
			width: 750px;
		}

	/* PageBody Begin */
	#PageBody
		{
			height: 430px;
			width: 750px;
			text-align: center;
		}

	/* PageBody End */

	/* PageFooter Begin */
	.PageFooter
		{
			position: absolute; left:auto; right:auto; top:630px;
			background-color: rgb(255,255,255);
			height: 40px;
			width: 750px;
			margin: 0px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
			text-align: center;
		}
	/* PageFooter End */
/* PageContainer End */

/* Page Specific Layout End */

/* Page Specific Elements Begin */
	
	table.Gallery
		{
			margin: 10px 0 0 0;
			width: 100%;
		}
	
	td.Gallery 
		{
			width: 250px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			font-size: 11px;;
			line-height: 16px;
			color: rgb(32,64,255);
			font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			vertical-align: top;
			border: none; 
		}

	.Gallery a:link
		{
			font-size: 11px;;
			line-height: 16px;
			color: rgb(32,64,255);
			text-decoration: none;
		}

	.Gallery a:visited 
		{
			font-size: 11px;;
			line-height: 16px;
			color: rgb(32,64,255);
			text-decoration: none;
		}

	.Gallery a:hover 
		{
			color: rgb(255,64,32);
			text-decoration: underline;
		}

/* Page Specific Elements End */
