body {
    margin: 0px;
    margin-bottom: 55px;
    padding: 0px;
    font-family: georgia, 'times new roman', times, serif;
}

h1 {
    text-align: center;
    font-size: 2.8em;
    font-style: oblique;
    color: #2A2A2A;
}

h1 a {
    color: #409C46;
    font-size: 1.3em;
}

h2 {
    font-size: 2.2em;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-left: 20px;
    margin-right: 8px;
}

#detailAnimal {
    overflow: auto;
    position: absolute;
    top: 46px;
    bottom: 0px;
    width: 100%;
}

.title {
    font-size: 1.4em;
    color: #444444;
    background: #DCDCE1;
    border: 2px solid #555555;
    margin-left: 2px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin: 2px 2px 8px 2px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.title b {
    color: black;
}

.order {
    font-weight: bold;
    font-size: 1.8em;
    background: #F9F9F9;
    border: 2px solid #555555;
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 4px;
    padding-right: 10px;
    margin-top: 8px;
    margin-bottom: 4px;
}

.family {
    font-weight: bold;
    font-size: 1.6em;
    background: #EDEDF2;
    border: 2px solid #555555;
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 4px;
    padding-right: 10px;
    margin-bottom: 4px;
}

#titleContainer {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    /* apparently relative position elements z-index-compete with fixed
       elements - this one needs to stay below the fixed position select */
    z-index: -1;
}

#fauna {
    background: #efefef;
    padding: 0px 10px;
    border-left: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
}

#faunaTitle {
    font-size: 2em;
    color: #461F00;
    background: #D8DDEB;
    margin: 0px;
    padding: 0px 6px 8px 6px;
    border: 3px solid #6161FF;
}

.notesTitle {
    margin-left: 8px;
    font-size: 1.3em;
    color: #5A5B71;
}

.animal {
    margin-bottom: 4px;
    padding-bottom: 5px;
    margin-left: 32px;
    margin-right: 12px;
    border: 2px solid #ccc;
    width: 900px;
}

p {
    margin: 8px 30px;
    font-family: verdana, arial, helvetica, sans-serif;
}


.animal p {
    max-width: 1000px;
}

.classification {
    margin-bottom: 8px;
}

.taxon {
    margin-left: 2em;
}

.taxonTitle {
    color: #777777;
}