html, body {
  padding: 0;
  margin: 0;
/* hide from IE5/Mac \*/
  height: 100%;
  overflow: hidden;
/* end hide */
}
body {
  font-family: "Tempus Sans ITC",sans-serif; font-size:16px;
}
#bodyBackground,#bodyBackground img,#left,#leftb,#leftb img,#outermost,#operaFix {
  width: 100%;
  height: 100%;
}
#bodyBackground,#leftb,#left,#outermost {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
/* hide from all except IE5/Mac \*//*/ 
  height: 500px;
/* end hide */
}
#bodyBackground {
  overflow: hidden;
  left: 230px;
}

#operaFix {
  overflow: auto;
}
* html #operaFix { /* IE6 fix */
  position:relative;
}
#content {
  z-index: 2;
  position: relative;
}
#innerbody {
  width:100%; 
  height:100%; 
  font-size:16px;
  border-spacing:0;
}
#leftb {
  z-index:1;
  overflow: hidden;
  width:230px;
  vertical-align:top;
  padding:0px; 
}
#left {
  z-index:2;
  overflow: hidden;
  width:230px;
  vertical-align:top;
  font-family:Arial, Helvetica, sans-serif;
  padding:0px; 
  font-size:14px;
}
#right {
  padding-left: 240px; 
  font-size:16px;
  padding-right:10px;
}
#left a{
  display:block;
  text-decoration: none; 
  color:#800000;
  padding-left:5px; 
  padding-right:5px;
}
#left a:hover {
  background:url(images/back3.jpg); color: #800000;
}
.red {color: #800000;}
.brown {color: #4D3720;
  font-size:36px;
  font-weight:bold;
}
.pic, img {border:0px;}