#mainarea {
  width: 725px;
  background-color: #ffffe1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: left;
  position: relative;
  color: #c1693e;
}

#slice00 {
 height: 100%;
 width: 725px;
 z-index: 1; 
 margin-left: auto;
 margin-right: auto;
 background-color: red;
 z-index: 1;
}

#slice11 {
  background-image: url('../images/slice_1_1.png');
  background-repeat: no-repeat;
  width: 188px;
  height: 191px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-left: 1px solid #64623f;
}

#slice12 {
  background-image: url('../images/slice_1_2.png');
  background-repeat:  no-repeat;
  width: 538px;
  height: 191px;
  position: absolute;
  top: 0px;
  left: 188px;
  /*border-left: 1px solid #a7a481;*/
  border-right: 1px solid #64623f;
  cursor: pointer; 
  cursor: hand;	
}

#slice21 {
  background-image: url('../images/slice_2_1.png');
  background-repeat:  no-repeat;
  width: 188px;
  height: 30px;
  position: absolute;
  top: 191px;
  left: 0px;
  border-left: 1px solid #64623f;
}

#slice22 {
  background-image: url('../images/slice_2_2.png');
  background-repeat:  no-repeat;
  width: 538px;
  height: 30px;
  position: absolute;
  top: 191px;
  left: 188px;
  z-index: 1;
  /*border-left: 1px solid #a7a481;*/
  border-right: 1px solid #64623f;
}

#slice31 {
  background-image: url('../images/slice_3_1.png');
  background-repeat:  no-repeat;
  width: 188px;
  height: 28px;
  position: absolute;
  top: 221px;
  left: 0px;
  border-left: 1px solid #64623f;
}

#slice32 {
  background-image: url('../images/slice_3_2.png');
  background-repeat:  no-repeat;
  width: 538px;
  height: 28px;
  position: absolute;
  top: 221px;
  left: 188px;
  /*border-left: 1px solid #a7a481;*/
  border-right: 1px solid #64623f;
}

#bottomarea {
 position: absolute;                                                                                                                                     
 top: 249px;                                                                                                                                               
 left: 0px;
 width: 727px;
 overflow: hidden;
}

#slice41 {
  float: left;
  background-image: url('../images/slice_4_1.png');
  background-repeat:  no-repeat;
  background-color: #000000;
  width: 187px;
  height: 350px;
  border-left: 1px solid #64623f;
  padding-bottom: 32777px;
  margin-bottom: -32777px;
}

#slice42 {
  float: left;
  background-image: url('../images/slice_4_2.png');
  background-repeat:  no-repeat;
  width: 538px;
  min-height: 350px;
  z-index: 100;
  border-right: 1px solid #64623f;
  padding-bottom: 32777px;
  margin-bottom: -32777px;
}

#footer {
  float: left; 
  width: 538px;
  background-color: #ffffe1;
  /*border-top: 1px solid #64623f;*/
  border-right: 1px solid #64623f;
  border-bottom: 1px solid #64623f;
  color: #a7a481;
  font-size: 10px;
  font-family: Verdana, Sans-serif;
  text-align: center;
  z-index: 1;
  padding-top: 10px;
}

#leftfooter {
 float: left;
 border-left: 1px solid #64623f;
 border-right: 1px solid #64623f;
 width: 187px;
 min-height: 22px;
 background-color: #000000;
 z-index: 1;
}

#maintextblock {
 float: left;
 background-color: #ffffe1;
 background-image: url('../images/slice_4_2.png');
 background-repeat:  no-repeat;
 width:528px;
 min-height: 350px;
 padding-left: 10px;
 border-right: 1px solid #64623f;
 display: block;
}

.clear { 
 clear: both;
 padding-top: 10px; 
 z-index: 10000;
}

