body    {
	color: #000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0 0 30px;

}
#header {
	text-align: center;
}
#nav  {
	background-color: #f5f5f5;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-style: double;
	border-width: 3px 0;
	border-color: #000;
	width: 100%;
	height: 30px;
}
#nav a {
	display:block;
	float:left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #808080;
	margin: 3px 5px;
	padding: 2px;
	width: 150px;
	height:18px;
	border: solid 1px #000;
}
#nav a:hover  {
	background-color: #903;
}
#content {
	width: 650px;
	text-align:left;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}
.photorow   {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 640px;
	height: 190px;
	clear: both }
.photo1, .photo2, .photo3     {
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	width:206px;
	height:190px;
	float: left;
}
.photo1 img, .photo2 img, .photo3 img  {
	margin: 0;
	padding: 0;
	border: solid 1px #000;
}
.photo1 p, .photo2 p, .photo3 p  {
	margin: 0;
	padding: 0;
}
.photo1 a, .photo2 a, .photo3 a  {
	color: #000;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none }
.photo1 a:hover, .photo2 a:hover, .photo3 a:hover  {
	color: #990033; }
.caught  {
	background-image: none;
	position: absolute;
	top: 1px;
	left: 1px;
	border-width: 0 }
.caught img {
	border-width: 0 }
hr {
	color: #000;
	text-align: center;
	width: 80%;
	height: 2px }

