@import url(common.css);
@import url(wrapper.css);

html, body {
    font-size: 14px;
    font-family: "Bitstream Vera Sans", Tahoma, Arial, Helvetica, sans-serif;
    background-color: #000;
    color: #000;
    text-align: center; /* This centers #wrapper in IE5 */
}

a {
    color: #000;
    text-decoration: underline;
}
a:hover, a:focus, a:active {
    color: #44f;
}
a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Bitstream Vera Sans", Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
}
h1 {
    font-size: 25px;
    margin-left: 260px;
    width: 225px;
}
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

/* Main layout frame, fixed-width and centered */
#wrapper {
    width: 700px;
    margin: 10px auto;
    padding: 0;
    background-color: #fff;
    background-image: url(bg.jpg);
    border: 1px solid #fff;
    text-align: justify; /* This counters "text-align: center" in body for centering #wrapper in IE5 */
}

#breadcrumbs {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
}
#breadcrumbs ul {
    margin: 0;
    padding: 5px 0;
    text-indent: 0;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
#breadcrumbs li {
    display: inline;
    margin: 0;
    padding: 5px 20px;
    text-indent: 0;
    border-right: 1px solid #fff;
}
#breadcrumbs a {
    text-decoration: none;
}

#maincontent {
    margin: 10px;
    min-height: 400px;
}
#maincontent p, #maincontent div {
    margin-left: 100px;
    margin-right: 100px;
}

ul.authorlist, ul.textlist, ul.credits {
    margin: 40px 0 40px 260px;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
ul.authorlist, ul.textlist {
    font-weight: bold;
}
ul.credits {
    font-size: 12px;
}

.navigation {
    margin: 20px 0 0 0;
    padding: 0;
    text-align: right;
}
.navigation ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
.navigation li {
    display: inline;
    margin: 0;
    padding: 3px 10px;
    text-indent: 0;
    border: 1px solid #fff;
}
.navigation a {
    text-decoration: none;
}

.asis {
    white-space: pre;
}

#footer {
    margin: 40px 0 0 0;
    border-top: 1px solid #fff;
    padding: 5px 10px;
    font-size: 10px;
}
