body {
	font: Small Verdana,Sans-serif;
	background-color: black;
	margin-top: 0;
	margin-bottom: 0;
}

#container {
	width: 759px;
	margin-top: 175px;
	margin-right: auto;
	margin-left: auto;
	background: white url(../i/columns-bk.gif) repeat-y 50% 0;
	border: 1px solid gray;
}

#photog {
	background: black;
	width: 759px;
	height: 95px;
	position: relative;
}

#photog h2 {
	color: white;
	margin-top: 0;
	margin-left: 10px;
	padding-top: 5px;
	font-size: 1em;
	font-family: Tahoma;
	letter-spacing: 5px;
}

#phthmb {
	margin-left: 10px;
}

#photog a img {
	border: 1px solid black;
	width: 55px;
	height: 42px;
}

#photog a:hover img {
	border: 1px solid white; 
}

#photog a span {
	display: none;
}

#photog a:hover {
	text-indent: 0;
	text-decoration: none;
}

#photog a:hover span {
	display: block;
   position: absolute;
	top: 5px; right: 25px;
	color: white;
	font-family: Tahoma;
	letter-spacing: 3px; 
}





