/* Used with Bio, Contact, Repair, & Events.htm */
body.topLevel {
    background-image: url("Images/Logo_Background.gif");
    background-attachment: fixed;
    background-position: top center;
    background-repeat: repeat;
}

#Main {
    margin: 30px auto 0 auto;
    width: 70%;
    font-family: "Times New Roman", serif;
}
@media (orientation: portrait) {
    #Main {
        width: 100%;
    }
}
#Main > h1 {
    /* font: italic 100 "Times New Roman", serif; */
    font-style: italic;
    font-weight: lighter;
    text-align: center;
}

#Main > hr {
    clear: left;
    width: 88%;
}

#Tabs {
    margin: 0 auto;
    width: 78%;
}
#Tabs ul {
    /* Required to remove li indentation. */
    margin: 0;
    padding: 0;
}
#Tabs li {
    float: left;
    padding: 0 2%;
    width: 15.9%;
    height: 28px;
    text-align: center;
    list-style-type: none;
}
#Tabs a {
    text-decoration: none;
}
#Tabs img {
    border: 0;
    width: 52px;
    height: 36px;
}

div.Panel {
    margin: 4% auto;
    padding: 2%;
    width: 88%;
    text-align: center;
}

/* Used with MtRainier, Poppy, TheSea, Tracks, & Vogue.htm */
body.bio img {
    max-width: 100%;
}
a.close {
    font-family: Verdana, serif;
    font-size: 6pt;
    font-weight: bold;
}

/* All */
p.c {
    text-align: center;
}
p.j {
    text-align: justify;
}
img {
    border: 0;
}
span.devuono_space {
    font-size: .5em;
}
