.photoCell {
  border: 1px solid #777;
  vertical-align: bottom;
}

td .photoThumb {
  text-decoration: none;
  color: #777;
  width: 175px;
  xheight: 175px;
  display: block;
  vertical-align: bottom;
  padding: 3px;
}

td.photoCell:hover {
  background-color: #EFEFEF;
}

* {
  font-family: Arial;
}

h1, h2, h3, h4, h5 {
  padding: 3px 0 3px 0;
  margin: 3px 0 3px 0;
} 

body {
	font-weight: normal;
	color: #676767;
	background-color: #EFEFEF;
	}

#page {
	border: 1px solid #EEEEEE;
	background-color: #88AABB;
	padding: 20px;
	width: 850px;
}

#pageTitle {
	font-size: 33px;
}

#innerpage {
	border: 1px solid #EEEEEE;
	background: White;
	padding: 0;
	width: 850px;
}

#content {
	background-color: white;
	width: 800px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	}

	#content a {
	color: #88AABB;
	text-decoration: none;
	}

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

#subfooter {
	font-size: 10px;
	font-weight: normal;
	color: #685656;
	}
	#subfooter a {
	color: #88AABB;
	}
	#subfooter a:hover {
	color: #676767;
	}

#menu {
	xmargin: 20px 0 5px 0;
	padding: 3px;
	height: 22px;
}

#menu a, #menu a:link {
	background-color: #EEEEEE;
	width: 113px;
	height: 18px;
	border-left: 1px solid #88AABB;
	border-top: 1px solid #88AABB;
	border-bottom: 1px solid #88AABB;
	border-right: none;
	padding: 3px 6px 3px 6px;
	margin: 0;
	color: #685656;
	text-align: center;
	text-decoration: none;
	letter-spacing: .1em;
	font: normal 10px Arial, verdana, lucida, sans-serif;
}

#menu .last, #menu .last:link {
	border-right: 1px solid #88AABB;
}

#menu a:hover, #menu #currentMenu {
	color: #88AABB;
	background: White;
	}

#menu a:active {
	color: #88AABB;
	}

p.first:first-letter {
	font-size: 150%;
	font-weight: bold;
	padding-left: 5px;
}