
body {
	text-align: center;
	margin: 0px;
  }
  
 #container {
	margin: 0 auto;
	position: relative;
	width: 808px;
	text-align: left;
	border-right: thick solid #000000;
  }
  
   #container2 {
	margin: 0 auto;
	position: relative;
	width: 808px;
  }
  
div.thumb {
	margin: 3px;
	height: auto;
	float: left;
	text-align: center;
}	


.thumb img {
	display: inline;
	margin: 5px;
	border: 3px solid #6B112D;
}

.thumb a:hover img {
	border: 3px solid #000;
}

.photocattitle {
	text-align: center;
	font-weight: bold;
} 
.phototitle {
	text-align: center;
  	font-weight: normal;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
 	 width: 120px;
  	margin: 0 3px 3px 3px;
}

.flashbkgrnd {
	background-color: #6B112D;
}


.backdrop {
	border: thin solid #000000;
}
