#name {
 position: fixed;
 top: 0.1em; left: 4.8em; right: 0;
}
#address {
 position: fixed;
 top: 44em; left: 3em; right: 0;
}
#upperpic {
 position: fixed;
 top: 0em; left: 20em; right: 0;
}
#navigation {
 position: fixed;
 top: 10em; left: 25%; right: 0; height: 1.4em;
}
#intro {
 position: fixed;
 top: 0em; left: 0em; height: 100%; width: 20em;
 border-right: 0.5em solid #A1A1AB;
}
#cv {
 position: fixed;
 top: 12em; left: 25%; bottom: 1.4em; right: 0;
 overflow: auto;
 padding: 0 0.5em;
}
#copyright {
 position: fixed;
 left: 0; bottom: 0; right: 0; height: 1.2em;
}

BODY {
 font-family: Verdana, sans-serif;
 font-size: 90%;
 background-color: #FFFFFF;
 color: #000000;
}
A:link { color: #660011 }
A:visited { color: #660011 }
A:active { color: #CC0000 }
H1, H2 {
 font-family: Verdana, sans-serif;
 font-size: 120%;
}
H1 {
 margin-top: 0;
 font-weight: bold;
}

/* Gecko doesn't inherit this */
#navigation, #news, 
   #copyright { background-color: #FFFFFF; }

   #intro { background-color: #AAEEFF; }
   
#navigation P {
 text-align: center; 
 margin: 0;
}
#copyright P {
 margin: 0;
 font-size: smaller;
 text-align: right;
}
