
/* Page Specific Layout Begin */
	#PageContainer
		{
			width: 770px;
			height: 510px;
		}

	#PageBanner
		{
			height: 175px;
			width: 750px;
		}


	#PageBody
		{
			height: 275px;
			width: 750px;
		}

		#PageLeft
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-color: rgb(255,255,255);
				width: 350px;
				height: 275px;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				text-align: left;
			}

		#PageRight
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-image: url(../images/MemberPhoto.jpg);
				background-repeat: no-repeat;
				background-color: rgb(255,255,255);
				width: 400px;
				height: 275px;
				margin: 0px 0px 0px 350px;
				padding: 0px 0px 0px 0px;
				text-align: right;
			}

		.PageFooter
			{
				position: absolute; left:auto; right:auto; top:450px;
				background-color: rgb(255,255,255);
				height: 50px;
				width: 750px;
				margin: 0px 0px 0px 10px;
				padding: 0px 0px 0px 0px;
				text-align: center;
			}
/* Page Specific Layout End */

/* Page Specific Elements Begin */

	.NavTitle
		{
			font-family: "Lucida Calligraphy", Verdana, Arial, Helvetica, sans-serif;
			font-size: 20px;
			font-style: normal;
			line-height: 24px;
			font-weight: bold;
			text-transform: none;
			text-align: left;
			vertical-align: top;
			margin: 0px 0px 20px 20px;
			padding: 0px 0px 0px 0px;
		}

	.NavTitle:link
		{
			margin: 0px 0px 0px 0px;
			color: rgb(64,64,64);
			text-decoration: none;
		}

	.NavTitle:visited
		{
			margin: 0px 0px 0px 0px;
			color: rgb(64,64,64);
			text-decoration: none;
		}

	.NavTitle:hover
		{
			color: rgb(255,64,32);
			text-decoration: none;
		}

	.NavText
		{
			margin: 0px 0px 10px 10px;
		}

/* Page Specific Elements End */

/*
				background-image: url(../images/colors.jpg);
				background-repeat: no-repeat;
*/
