@import url('../css/elements.css');
@import url('../css/blocks.css');

.center {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url('../images/bg-xmix.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  }

/* page layout */
.page {
  text-align: left;
  width: 916px;
  margin: auto;
  }
.pageclear {
  clear: both;
  height: 1px;
  width: 100%;
  }
#container1, #container2, #container3 {
  border: 0px solid red;
  overflow: hidden;
  position: relative;
  top: 0px;
  float: left;
/*  height: 120em;
  min-height: 600px;
  */
  padding: 12px 0px 0px 0px;
  }
#container1 {
  width: 245px;
  }
#container2 {
  width: 458px;
  }
#container3 {
  width: 213px;
  }

/*generic classes */
.clear, .clearing {
  clear: both;
  height: 1px;
  width: 100%;
  }
span.google {
  background: #ff0;
 }
#identity  {
   text-align: center;

  }
#identity h2 {
  padding: 12px auto 12px auto;
  font-size: 3em;
  text-align: center;
  color: #fff;
  }

.lucene_search .paging a.current {
  font-size: bigger;
  font-weight: bold;
}

