/* Zoology One -------------------------------------------------------------- */

body {
    background-color: #a57351;
}

.page-edges {
    background-image: url(/images/page-edges/a57351.png);
}

/* -------------------------------------------------------------------------- */

#PageBanner {
    width: 700px;
    height: 220px;
    margin-bottom: 10px;
    background: transparent url(images/page-banner-zoology-one.jpg) no-repeat 0 0;
    text-indent: -9999px;    
}

#StudentsTeachers {
    background: transparent url(images/elephant.jpg) no-repeat bottom left;
    width: 480px;
    height: 190px;
    padding-left: 220px;    
}    

#StudentsTeachers .Column1 {
    width: 180px;
    padding: 0 10px 0 0;
}

#StudentsTeachers .Column2 {
    width: 280px;
    padding: 0 0 0 10px;
}

#Page_ZoologyOne {
    position: relative;    
}
    
#BestBooks {
    position: absolute;
    top: 99px;
    left: 532px;
    width: 136px;
    height: 136px;
    background: transparent url(images/best-books.png) no-repeat 0 0;    
}      

#Bonus {
    margin-top: 40px;
    border: 5px solid #e2a452;
    padding: 10px;
    background: #f7cd95;      
}

#Bonus p {
    padding-top: 0;    
}

