body	{
	margin: 0px;
	background: #999;
	}
td	{
	font-family: verdana, arial, sans-serif;
	color: #FFF;
	font-size: 10px;
	}
iframe#photoFrame {
	z-index: 5;
	border: solid 5px #333;
	width: 500px;
	height: 400px;
	}
iframe#thumbFrame {
	background: #999;
	width: 170px;
	height: 180px;
	border: solid 2px #333;
	}
div.photoDisplay {
	z-index: 10;
	position: float;
	width: 500px;
	height: 400px;
	border: solid 1px #333;
	background: transparent;
	display: block;
	}
div#logo	{
	background: #900;
	border: solid 1px #333;
	width: 170px;
	height: 100px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	}
h1	{
	font-family: georgia, times roman, serif;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	font-size: 18px;
	}
h2	{
	font-family: georgia, times roman, serif;
	color: #000;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 3px;
	}
.navBox	{
	vertical-align: top;
	text-align: center;
	background: #999;
	border-top: dotted 1px #CCC;
	border-right: dotted 1px #666;
	height: 70px;
	width: 85px;
	}
.displayBox {
	background: #999;
	}
.logoBox	{
	background: #999;
	border-right: dotted 1px #CCC;
	margin: 5px;
	width: 160px;
	}
.btmBox	{
	border-top: dotted 1px #CCC;
	border-right: dotted 1px #CCC;
	background: #999;
	color: #666;
	}
a	{
	color: #333;
	text-decoration: none;
	}
a:hover	{
	color: #FF0;
	}
a.navlink	{
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 150%;
	line-height: 1.5;
	background: #999;
	}
a.navlink:hover {
	color: #333;
	text-decoration: none;
	}
