div#header {
position: absolute; top: 0; left: 0;
overflow: hidden; 
width: 100%; 
height: 101px; 
background: url(../Images/fall_leaves/vine1.jpg) repeat; 
margin: 0; 
}

div#sidebar {
position: absolute; top: 101px; left: 0; 
width: 150px; 
height: 100%; 
background: white; 
color: black; z-index: 1; 
margin-right: 3px; 
border-right: silver 1px solid; 
border-top: silver 1px solid;
}

div#main {
position: absolute; top: 101px; left: 151px; overflow: scroll; 
background: white; 
border-top: silver 1px solid; 
padding: 0; 
margin: 10px;
}

p.footnote {
font-size: .8em
}

