body{
  background:#fcfcfc;
  font-family:Arial,Helvetica,sans-serif;  
}

img{
  border:0;
}

#title{
  color: #0063dc;
  text-align:center; 
  font-size:36px;
  padding:10px 0; 
}

#title .flickr{
  color: #ff0084;
}

#title .fflickr{

}

#container{
  width:800px;
  margin:auto;
}

.row{
  margin-bottom:25px;
  float:left;
}

.cella{
  float:left;
}

.cella img{
  border:1px solid transparent;
}

.cella img:hover{
  border-top:1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom:1px solid #828282;
  border-right: 1px solid #828282;
}

.imgtitle{
  color:#000;
  font-size:13px;
  font-weight:bold;
  padding-bottom:3px;
}

.imgdes{
  font-size:12px;
}

#footer{
  clear:both;
  text-align:center;
  color: #ccc;
  width:700px;
  margin:auto;
  margin-top:20px;
  border-top: 1px solid #ccc;
  padding-top:5px;
  font-size:12px;
}

#footer a{
  color:#ccc;
  text-decoration:none;
}
