body
{
	background-color: #d9d3bb;
	background-color: #aba37f;
	background-image: none;
}
#PhotoGalleryContainer
{
	float: left;
	width: 775px;
	height: 540;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#PhotoGalleryLargeImageContainer, #PhotoGalleryLargeImage
{
	float: left;
	width: 540px;
	height: 540px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
#PhotoGallerySelectionsContainer
{
	float: left;
	width: 235px; /* 235 - 10 -10 */
	width: 235px;
	height: 115px; /* 540 - 10 - 10 */
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 0px;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
	overflow: auto;
}
#PhotoGalleryLargeImageActions
{
	float: left;
	width: 235px;
	height: 50px;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #ffffff;
	overflow: hidden;
}
#PhotoGalleryThumbsContainer
{
	/* width: 215px; */
	float: left;
	width: 235px;
	width: 164px;
	height: 82px;
	text-align: center; /* margin-left: 0px; */
	padding-left: 0px;
	padding-left: 35px;
	margin-right: 0px;
	margin-bottom: 0px; }
#PhotoGalleryThumbsContainer table
{ /* margin-left: 33px; */
	width: 164px;
}
#PhotoGalleryLargeImageNav
{
	float: left;
	/*width: 235px;*/
	width: 540px;
	/*width: 20px;*/
	height: 540px;
	padding: 0px;
	margin: 0px;
	text-align: center; /* Uses table for alignment */
	overflow: hidden;
}
#PhotoGalleryTextContainer
{
	float: left;
	width: 235px;
	height: 375px;
	background-image: url(images/photopopupbg.jpg);
	background-color: #aba37f;
	overflow: auto;
}
#PhotoGalleryText
{
	padding: 15px;
	font-size: 13px;
	width: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#PhotoGalleryText h3
{
	padding-bottom: 5px;
}

