#gallery_images {
  display: table;
/*   margin: 0px auto; */
  margin: 0px 0px 0px 33px;
}

.gallery_image {
  width: 110px;
  height: 110px;
  margin: 5px;
  background: #ffffff;
  float: left;
  text-align: center;
}

div.sitemap {
  height: 20px;
  margin: 10px 0px 0px 0px; 
}

a.sitemap {
  background: url("/layout/bullet.gif") no-repeat;
  text-decoration: none;
  color: #000000;
  font: 8pt Tahoma;
  padding: 0px 0px 0px 15px;
  text-align: left;
}

#message {
  height: 20px;
  margin: 0px 0px 10px 0px;
  color: #000000;
  font: 8pt Tahoma;
  text-align: justify;
  vertical-align: middle;
}

.title {
  color: #000000;
  font: bold 8pt Tahoma;
  padding: 5px 10px 0px 0px;
  float: left;
}

.inputs {
  width: 694px;
  height: 30px;
}

.input {
  float: left;
}

#email {
  width: 250px;
}

#newsletter_title {
  width: 30px;
}

.subscribe {
  padding: 0px 0px 0px 40px;
}

#login_title {
  width: 60px;
}

#username {
  width: 250px;
}

#password {
  width: 250px;
}

.login {
  padding: 0px 0px 0px 70px;
}


