
a   { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }

a:hover  { color: #990000; text-decoration: underline }

table {
	border: none;
	width: 100%;
}

td {
	padding: 15px;
}

body   { background-color: black }

.GalleryTitle   { color: white; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; margin-top: 10px; margin-right: 50px; margin-left: 50px }

.pictureTitle  { color: white; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-align: center }

.pictureSpecs { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; padding-top: 3px }

#navDiv   { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bolder; word-spacing: 21px; position: absolute; z-index: 3; top: 550px; left: 700px; width: 57px; height: 21px }

#wrapper{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800;
	height: 600;
	z-index:1;
	background-color: #000000;
	/*layer-background-color: #999999; */
}

#indexPage{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	/*height: 100%; */
	z-index:1;
	/*layer-background-color: #999999; */
}

#photoDiv{
	height: 480px;
	width: 640px;
	left: 77px;
	top: 50px;
	position:absolute;
	z-index:2;
}

