
/*css for photo display*/
body,td{
		margin:0; 
		padding:0;
		font:12pt/1.5 sans-serif;
		background:#F7F7E3;
		color:#902D2D; 
		}
#photoholder {
	width:450px;
	height:338px;
	border:5px outset #666;
	background:#fff url('TS_image/loading.gif') 50% 50% no-repeat;
	 
}
#content{
	text-align:center;
	color:Blue;
}
#n{
	text-align:center;
	background-color:transparent;
	color:Silver;
	font: "Blackadder ITC", Verdana, sans-serif;
}
#p{
	text-align:center;
	background-color:transparent;
	color:#B8860B;
	font: "Blackadder ITC", Verdana, sans-serif;
}
.pi{ 
	text-align:center;
	 }
 
#thephoto {
	width:450px;
	height:338px;
	/* \*/display:block;/**/
}
#footer {
	 font-size:x-small;
}
 .navb {
	font: 1em  "MS Serif", "New York", serif; 
}
.navb ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-top:4px;
}
.navb li {
	display:inline;
}
 .navb a:link, .navb a:visited {
 -moz-border-radius: 10px;
  margin-right:2px;
  padding:3px 10px 2px 10px;
  color:#474747;
  background-color:#ECECEC;
  text-decoration:none;
  border-top:2px solid  #FFF;
  border-left:2px solid  #FFF;
  border-bottom:2px solid #a46464;
  border-right:2px solid #a46464;
  	
 }
	.navb a:hover {
  border-top:2px solid #a46464;
  border-left:2px solid #a46464;
  border-bottom:2px solid  #FFF;
  border-right:2px solid  #FFF;
	}
