html
{
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#fff; 
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body 
{
height:100%;
max-height:100%;
overflow:hidden;
padding:0;
margin:0;
border:0;
}

#content
{
overflow:auto;
position:absolute;
z-index:3;
top:95px;
bottom: 1px; 
left:200px;
right:0;
padding:1em;
}

* html #content
{
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
max-height: 100%;
width: 100%;
overflow: auto;
position: absolute;
z-index: 3;
border-top: 95px solid #fff;
/* border-bottom: 88px solid #fff; */
border-left: 200px solid #fff;
}

#head
{
position: absolute;
margin: 0;
top: 0;
left: 0;
display: block;
width: 100%;
height: 95px;
background: url(images/pagecurl.jpg) #fff;
background-position: right;
background-repeat: no-repeat;
z-index: 5;
overflow: hidden;
}
/*
#foot
{
position: absolute;
margin: 0px;
bottom: 0px;
left: 0px;
display: block;
width: 100%;
height: 88px;
z-index: 5;
overflow: hidden;
background: url(images/pagecurl2.jpg);
background-position: left;
background-repeat: no-repeat;
}
*/
#left
{
position: absolute;
left: 0;
top: 95px;
/* bottom: 88px; */
width: 200px;
z-index: 4;
overflow: auto;
}

* html #left
{
height:100%; 
top:0; 
bottom:0; 
border-top:95px solid #fff; 
/* border-bottom:88px solid #fff;  */
}

#content p
{
  /*padding:10px;*/
}
/*
#foot p, #foot div
{
   padding-left: 125px;
}
*/
#head h1
{
   padding-top: 20px;
   padding-left: 50px;
   font-family: "MS Sans Serif", Geneva, sans-serif;
}

.bold {font-size:1.2em; font-weight:bold;}

