div#header {
    display: none;
}

ul#navigation {
    display: none;
}

div#sidebar {
    display: none;
}

div#subnavigation {
	display: none;
}

div#content a, a:visited {
    color: #55220;
    font-weight: bold;
    text-decoration: underline;
}

div#content a:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

div#content img.left {
	float: left;
	margin-right: 10px;
}

div#content img.right {
	float: right;
	margin-left: 10px;
}

div#footer {
    margin-top: 1em;
    text-align: center;
}

div#footer h2 {
    display: inline;
    font-weight: bold;
    font-size: 9pt;
}

div#footer address {
    display: inline;
    font-size: 9pt;
}

div#footer address br {
    display: none;
}