html { height: 100%;}
body {
    padding: 0;
    margin: 0;
    background-image: url(/images/background.jpg);
    background-position: bottom left;
    background-repeat: repeat;
    background-attachment: fixed;
    height: 100%;
}

#header {
    height: 128px;
    padding: 0;
    margin: 0;
    
    background-color: #7a1501;
    background-image: url(/images/masthead.gif);
    background-position: top left;
    background-repeat: no-repeat;

    border-bottom: 7px solid #EE7600;
    
    position: relative;
}
#header ul {
    margin: 0;
    padding: 0;
    /* combined with the absolute positioning of #header, this puts the links
         at the bottom */
    bottom: 0;
    position: absolute;

    /* combined with the text-align: center of #header, this puts us near the
        center of the page...
        don't really know why 100% doesn't work here, but it's fine */
    width: 100%;
    text-align: center;
}
#header li {
    margin: 0;
    padding: 0;
    display: inline;
    padding: 0 1.2em;
    list-style: none;
}
#header li a {
    color: white;
    text-decoration: none;
    font-family: serif;
    font-size: 120%;
}
#header li a:hover {
    text-decoration: underline;
}
#wrapper {
    width: 1000px;
}
#quote {
    margin-top: 0px;
    float:left;
    width:276px;
    margin-right: 10px;
    position: fixed;
    left: 0;

    padding-bottom: 20000px;
    margin-bottom: -20000px;
    
    background-position: bottom left;
    background-repeat: no-repeat;
    background-attachment: fixed;

    height: 100%;
}
#quote.gary {
    background-image: url(/images/gary.jpg);
}
#quote.yolani {
    background-image: url(/images/yolani.jpg);
}
#quote.pascual {
    background-image: url(/images/pascual.jpg);
}
#quote.victor {
    background-image: url(/images/victor.jpg);
}
#quote p {
    font-family: serif;
    font-style: italic;
    width: 198px;
    padding: 0px 10px 0 10px;
    font-size: 120%;
    line-height: 180%;
    text-align: center;
    border-right: 1px solid black;
    height: 400px;
}
#content { 
    padding: 0;
    padding-top: 1em;
    margin-left:270px;

}
#content p, #content li {
    font-family: 'Times-Roman','Times' serif;
    font-size: 130%;
    line-height: 130%;
}
#content p {
    margin-top: 0;
}
h1 {
    color: #750000;
    font-family: 'Times', serif;
    font-size: 220%;
}
h1.bilingual {
    margin: 0;
    padding-top: 40px;
    position: absolute;
    right: 250;
}
h2 {
    color: #750000;
    font-size: 120%;
    clear: both;
    padding-top: 0em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2.bilingual {
    margin: 0;
    padding: 0;
    color: #d9ba7d;
    margin-left: 1em;
    line-height: 90%;
    font-family: 'Times', serif;
    font-style: italic;
    font-weight: normal;
    font-size: 500%;
}

#content img {
    border: 1px solid black;
    float: left;
    margin-right: 5px;
}
#content a {
    color: #750000;
}
#content p img {
    margin-top: 10px;
    margin-right: 10px;
}
#navigation {
    padding: 0;
    margin: 0;
}

#navigation div {
    float: left;
    width: 150px;
    padding-right: 5px;
}
#navigation img {
    margin: 0;
    margin-bottom: 10px;
}
#navigation p {
    margin: 5px;
    font-size: 97%;
    width: 130px;
    line-height: 105%;
}
#navigation h3 {
    color: #750000;
    font-family: 'Times', serif;
    font-size: 90%;
    height: 20px;
    text-align: center;
}
#navigation h3 a {
    text-decoration: none;
    color: #750000;
}
#navigation h3 a:hover {
    text-decoration: underline;
}
