.GalTable 
{
	width: 100%;
}

.TheGallery
{
	position: relative;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #555555;
	width: 730px;
	height: 110px;
	text-align: left;
	vertical-align: middle;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.TheGallery a p
{
	font-size: 18px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
}
.TheGallery a img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Title 
{
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bolder;
	color: #FFCC66;
	height: 1.5em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0.25em;
	padding-bottom: 0px;
	padding-left: 0.25em;
	margin-bottom: 8px;
}
.RandPhoto {
	height: 100px;
	width: 100px;
	vertical-align: middle;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.RandPhoto img
{
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	display: block;
}
.GalName {
	vertical-align: middle;
}

