body {
    margin: 0; padding: 0;
    background: url(nav.gif) top left repeat-y;
    font-family: Times, "Times New Roman", serif;
}
h1 {
    display: none;
}
#navigation {
    float: left;
    padding: 0; margin: 0;
    padding-top: 10px;
    background: #eee;
    width: 199px;
    border-right: solid 1px #999;
}
#navigation ul {
    display: block;
    padding: 0; margin: 0;
}
#navigation ul li {
    display: block;
    padding: 0; margin: 0;
}

/* Hides from IE-mac \*/
* html #navigation ul li { height: 1px; }
/* End hide from IE-mac */

#navigation ul li a {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 10px;
    border-color: #eee;
    border-style: solid;
    border-width: 1px 0 1px 8px;
}
#navigation ul li a:hover {
    color: #000;
    background-color: #ccc;
    border-color: #999;
}


#content {
    margin-left: 200px;
    padding: 10px;
    min-width: 30em;
    max-width: 45em;
    text-align: justify;
}
h2, h3, h4, h5, h6 {
    font-family: Didot, Georgia, Times, "Times New Roman", serif;
    text-align: center;
}
h2 {
    font-size: 200%;
}
h3 {
    font-size: 150%;
}
h4 {
    font-size: 120%;
}
h5 {
    font-size: 100%;
}
#content img.right {
    margin: 0 0 10px 10px;
    float: right;
}
#content img.left {
    margin: 0 10px 10px 0;
    float: left;
}
#content a {
    font-weight: bold;
}
#content a:link {
    color: #333;
}
#content a:visited {
    color: #555;
}
#content a:hover {
    color: #777;
    text-decoration: none;
}
#content ul.spaced {
    text-align: left;
}
#content ul.spaced li {
    margin-bottom: 1em;
}
#content ul.spaced ul li {
    margin-bottom: 0;
}
#badge {
    position: absolute;
    position: fixed;
    bottom: 10px;
    left: 0;
    margin-left: 57px;
    width: 85px;
    height: 14px;
    background: transparent url(../images/badge.png) no-repeat center center;
    text-align: center;
}
#badge a {
    display: block;
    width: 85px;
    height: 14px;
    text-indent: -999em;
}
a img {
    border: none;
}