body {
  margin:0;
  padding:0;
  height:100%;
  min-height:100%;
  background-color:#ffffff;
}
div.w_title {
  position:relative;
  width:100%;
  height:27px;
  margin-bottom:0px;
  background-color:#EEC2A1;
  text-align:center;
  font-weight:bold;
  font-size:13pt;
  border-top: solid 4px #E8AC7D;
}
div.w_title img {
  position:absolute;
  top:2px;
  right:5px;
}
div.w_image {
  width:100%;
  text-align:center;
  background-color:#F9EDD2;
  padding-bottom:23px;
  padding-top:15px;
  margin-bottom:10px;
}
div.w_image img {
  border: solid 2px #E8AC7D;
}
div.w_desc {
  width: 100%;
  margin:0px auto 10px auto;
  text-align:center;
}
div.w_desc div{
  width:490px;
}
div#w_bottom {
  margin-top:-16px;
  height: 10px;
  clear: both;    
  width:100%;
  height:10px;
  background-color:#EEC3A3;
  border-top: solid 6px #F9EDD2;  
}
div.w_footer_guarantor {
 height: 0px;
 clear: both;  
}

