@import  url("photos.css");

body{
  background:white;
  padding:0;
  margin:0;
}

.cleaner {
  clear: both;
  height: 1px;
}

.hidden {
  display: none;
}

#head .hidden, h1.hidden{
  display: block;
}

h1{
  font-size:1.4em;
}

#content-part #center legend.hidden{
  display: block;
}
   
#page {
  width: auto;
  background-image: none;
  padding:0;
  margin:0;
}


#left, #right, #menu, #search, .head2, .head3, #footer{
  display:none;
  visibility:hidden;
  width:0;
}


#head{
  height:140px;
  border-bottom:3px solid #666;
  background-image: none;
  margin-bottom:10px;
}
     
#content-part { 
  padding:0;

}     

#center {
     width: auto;
     float: left;            
}

.center-box{
  background-color:#FFF;
  background-image: none;
  padding-top:0px;   
}

.center-box-up{
  background-color:#FFF;
  background-image: none;
  height:auto;   
}

.photos-imgbox{
  padding:15px 0 0 20px;
}
