html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
left:0;
border:0; 
background:#fff; 
font-size:76%; 
font-family:arial, times new roman, serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
height:100%; 
max-height:100%; 
overflow:hidden; 
padding:0; 
margin:0; 
left:0;
border:0;
}

#content {
overflow:auto; 
position:absolute; 
z-index:3; 
top:149px; 
bottom:92px; 
right:0; 
width:850px; 
background:#fff;
}

* html #content {
top:0; 
left:10px; 
right:0; 
bottom:0; 
height:100%; 
max-height:100%; 
width:99%; 
overflow:auto; 
position:absolute; 
z-index:3; 
border-top:149px solid #fff; 
border-bottom:92px solid #fff; 
border-left:115px solid #fff;
}

#head {
position:absolute; 
margin:0; 
top:0; 
left:0; 
display:block; 
width:100%; 
height:149px; 
background: #fff url(header_fade.gif); 
background-position:0 0; 
background-repeat:no-repeat; 
font-size:4em; 
z-index:5; 
overflow:hidden; 
color:#fff;
}

#foot {
position:absolute; 
margin:0; 
bottom:0; 
left:0; 
display:block; 
width:100%; 
height:92px; 
font-size:1em; 
z-index:5; 
overflow:hidden; 
background:#fff; 
color:#000;
}

#left {
position:absolute; 
left:0; 
top:149px; 
bottom:0; 
width:117px; 
background:rgb(128,128,128); 
font-size:1.2em; 
z-index:4; 
overflow:auto; 
background-repeat:no-repeat;
}

* html #left {
height:100%; 
top:149px;
left:0; 
bottom:0; 
border:0;
}

#content p {
padding:5px;
}

.bold {
font-size:1.2em; 
font-weight:bold;
}

dd {
display:none;
}

a.nav, a.nav:visited {
margin-left:0; 
display:block; 
width:100px; 
height:20px; 
background:#aaa; 
color:#eee; 
border:0; 
text-decoration:none; 
line-height:20px;
}

a.nav:hover {
background:#000; 
color:#fff;
}