
/* Header formatting. */

#header { 
    margin: 0 0 10px 0;
    text-align: center;
    width: 100%;
}

#header div { 
    padding-left: 0;
    padding-right: 0;
}

#header img { 
    vertical-align: middle;
    border: none;
}

#header h1 { 
    display: inline;
    font-family: "Zapf Chancery", "Monotype Corsiva", cursive;
    font-size: 36pt;
    vertical-align: middle;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: none;
}

/* Page trail formatting. */

#trail h3 {
    display: none;
}

#trail p {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: small;
}

/* End of content */

#end-of-content {
    clear: both;
}

/* Footer formatting */

#footer {
    margin: 10px 0 0 0;
}

#footer p {
    font-size: small;
}

/* Main formatting */

#main {
    min-width: 510px;
}

/* Other info formattin */

#otherinfo img {
   border: none;
}


