body {
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size:16px;
}

div, p {
  margin: 0;
  padding: 0;
}

.cB {
  clear: both;
  line-height: 0px;
}

#tagCloud {
  text-align: justify;
}

#tagCloud a, #Header a {
  text-decoration: none;
  margin: 0 13px 0 13px;
  color: #003;
  background-color: #fff;
}

#tagCloud a:hover, #Header a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #003;
}

#tagCloud a.current:hover {
  color: #003;
  background-color: #fff;
}

#tagCloud a.current {
  color: #fff;
  background-color: #003;
}

#Header {
  display:block;
  font-size:18pt;
  height: 25px;
  width: 700px;
  margin: 0px auto;
  padding: 5px 0 10px 0;
}

#imageGallery {
  display: block;
  width: 600px;
  margin: 0px auto;
  padding-top: 5px;
}

#imageGroup p {
  display: block;
  width: 543px;
}

a#tagClose:link {
  display: none;
}

#imageGroup {
  display:block;
  width: 540px;
  padding: 4px 30px 14px 30px;
  background-color: #ddd;
  border:1px solid black;
}

#paginator {
  display: block;
  padding: 0px;
  width: 480px;
  height: 44px;
  margin: 10px auto;
}

#paginator span a {
  padding: 0;
  display: block;
  width: 30px;
  height: 30px;

}

#paginator span {
  padding: 0;
  display: block;
  margin-right: 5px;
  float: left;
  width: 30px;
  height: 30px;
  color: #003;
  background-color: #dcdcdc;
  border: 1px solid #003;
  font-size:9pt;
  line-height:30px;
  font-family: Verdana, sans;
}

#paginator span.noBorder, #paginator span.onPage {
  background-color: #fff;
  color: #009;
  border: 1px solid #fff;
}

#paginator span.onPage {
  border: 1px solid #003;
}

#paginator span#finalPage {
  margin: 0;
}

#paginator a {
  text-decoration: none;
  color: #003;
}

#imageGroup a {
  display: block;
  width: 80px;
  height: 80px;
  float: left;
  line-height: 0px;
  margin: 0px;
  padding: 5px;
}

#imageGroup img {
  border:0;
}

#Registration {
  padding: 10px;
  margin: 0px auto;
  text-align: center;
}

#Registration form {
  padding:0;
  margin:0;
}

#Registration .inputs {
  text-align: left;
}

#Registration .submit {
  text-align: center;
  margin:10px 0 0 0;
  padding: 0;
}

#Registration label {
  text-align: right;
  display: block;
  width: 50%;
  margin-right: 10px;
  float:left;
}

