/* CSS Document */
#head form, #head .loggedin, #quicknavi, #navi, #printlink
{
display: none;
}
#head
{
height: 8em;
padding: 1em;
border-bottom: 2px solid #333;
}
#head h1
{
font-size: 1em;
z-index: 0;
}
#logo
{
position: absolute;
right: 1em;
top: 0em;
width: 202px;
max-width: 45em;
height: 137px;
}
a
{
color: #000;
text-decoration: none;
}
#content
{
border-bottom: 2px solid #333;
margin-bottom: 1em;
}

#content img
{
display:none;
}

#footer a
{
display: none;
}
p.inferior { font-size: .75em; width: 60em;}
p.superior { font-size: 1.25em; width: 36em;}
p.move-left { margin: 1em 0 0 2em; }
p.move-right { margin: 1em 2em 0 0; }
p.move-top { margin: 2em 0 0 0; }