html,body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#ffffff; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }

#header {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:100px; 
  overflow:hidden; 
  background:#ffffff;
  text-align: center;
  color:#D29539;
  }

#footer {
  position:absolute; 
  bottom:0px; 
  left:0px;
  right:0px;
  height:53px; 
  overflow:hidden; 
  text-align:center;
  margin: 0 auto; 
  background:#ffffff;
  }

#infooter {
  position: relative;
  width: 98%;
  height: 40px;
  border: 2px solid #E14A69;
  margin: 0 auto;
  }

#maincontent {
  position:fixed; 
  top:100px;
  left:100px;
  bottom:50px; 
  right:100px; 
  overflow:hidden; 
  background:#ffffff;
  text-align: center;
  }

#inmaincontent {
  position:relative;
  width:98%;
  height:98%;
  border: 2px solid #E14A69;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
  }

#left {
  position: absolute;
  top:100px;
  bottom:50px;
  left:3px;
  width:100px;
  text-align:left;
  margin: 0 auto;
  overflow:hidden;
  background:#ffffff;
  }

#right {
  position: absolute;
  top:100px;
  bottom:50px;
  right:0;
  width:100px;
  text-align:left;
  overflow:hidden;
  background:#ffffff;
  }

#leftfooter {
  position: absolute;
  bottom:0px;
  left:0px;
  width:100px;
  height:50px;
  text-align:center;
  overflow:hidden;
  background:#ffffff;
  }

#rightfooter {
  position: absolute;
  bottom:0px;
  right:0px;
  width:100px;
  height:50px;
  text-align:center;
  overflow:hidden;
  background:#ffffff;
  }

#loginform {
  position: absolute;
  bottom: 0px;
  height:80px;
  width:80px;
  text-align:center;
  margin: 0 auto;
  }

#p {width:200px;}

#paddedtext {
  padding: 5px;
  font-size: 11pt;
  font-style: normal;
  font-weight: normal;
  color: #D29539;
  font-family: Arial, Helvetica, sans-serif;
  }

#normaltext {
  position: relative;
  padding: 0px; 
  font-size: 11pt;
  font-style: normal;
  font-weight: normal;
  color: #D29539;
  font-family: Arial, Helvetica, sans-serif;
  }

#picture {
  text-align:center;
  }

#guestbooktop {
  overflow-y: auto;
  background-color: #FFFFFF;
  padding: 18px;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  color: #D29539;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px dashed #E14A69;
  }

#guestbooktext {
  overflow-y: auto;
  background-color: #FFFFFF;
  padding: 18px;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #D29539;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 100px;
  }


A:link { color: #D29539; background-color: #FFFFFF; }
A:visited { color: #E14A69; background-color: #FFFFFF; }
A:active { color: #D29539; background-color: #FFFFFF; }

/* for internet explorer */

* html body {
  padding:100px 0px 50px 0px; 
  }

* html #maincontent {
  padding:0px 100px 0px 100px;
  height:100%; 
  width:100%; 
  }

* html #footer {
  padding:0px 0px 0px 0px;
  width:100%; 
  }

* html #left {
  padding:0px 0px 150px 0px;
  height:100%; 
  }


* html #right {
  padding:0px 0px 150px 0px;
  height:100%; 
  }

