/* CSS Document */
.body{
  background-color: #d2bb9b;
  background-image: url(../images/background.jpg);
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
}

.all{
  width: 100%;
  height: 100%;
  font-size: 100%;
  text-align: justify;
}

.header{
  width: 900px;
  height: 95px;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 30px;
}

.navigation{
  width: 100px;
  overflow: hidden;
  float: left;
  color: white;
  margin-left: 2px;
}

.navitem{
  background-repeat: no-repeat;
  width: 100px;
  height: 44px;
  margin: 5 0;
  font-weight: bold;
  font-size: 75%;   
  cursor: pointer;
  display: block;
  background-position: left top;
}

.navitem *{
  padding-top: 23px;
  margin-left: 23px;
}

.content{
  width: 750px;
  margin-left: 150px;
}

.footer{
  width: 750px;
  margin-top: 30px;
  margin-left: 150px;
  height: 50px;
  overflow: hidden;
  clear: both;
  text-align: center;
  font-size: 75%;
}

.wait{
  position: absolute;
  top: 150px;
  left: 450px;
}

.title{
  font-weight: bold;
  font-size: 130%;
  text-align: center;
  margin-bottom: 15px;
}

.subtitle{
  font-weight: bold;
  margin-top: 10px;
}

.table{
  text-align: center;
  width: 100%;
  border-collapse: collapse;
}

.table td, th{
  border: 1px solid black;
}

.pictureframe{
  border: 1px dotted black;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 10px;
  text-align: center;
  float: left;
}

.pictureframe img{
padding-top: 20px;
  border: none;
}