@charset "utf-8";
/* CSS Document -- Photo Gallery styles */

.bodygallery {
	margin-let:5px;
	margin-top:5px;
	background-color:#96a6c6;
	padding:0px;
}
.gallery1 {
	background-color:#96a6c6;
    margin:10px;
    padding:4px;
    clear:both;
}
.gallery1 img{
	border:3px; 
	margin:0px;
	margin-bottom:10px;
	border-color:#F0f0f0;
	float:left;
}
.galleyr1 p {
	line-height:100%;
	margin:1px;
}

.ledgendright {
   margin:3px;
   margin-left:9px;
   float:left;
   width:170px;
   background-color:none;
}

.ledgendbottom {
   clear:both;
   margin:3px;
   margin-top:9px;
   float:left;
   width:160px;
   background-color:#22FF99;
}