
#Home {
    position: relative;
    margin-top: 20px;
}

#Home .Column1 {
    /* 230px */
    float: left;
    width: 200px;
    padding-right: 30px;
}

#Home .Column2 {
    /* 730px wide */
    float: left;
    width: 700px;
    padding-left: 29px;
    border-left: 1px solid #999;
}

#Banner {
    width: 700px;
    height: 350px;
    background: transparent url(images/Banner.jpg) no-repeat 0 -50px;
}

p.OrderButton {
    margin: 20px 0 0 0;
    padding: 0;
}

p.OrderButton a {
    display: block;
    width: 700px;
    height: 24px;
    background: transparent url(images/OrderButton.png) no-repeat 0 0;
    text-indent: -9999px;        
}



/* --- Collections -----------------------------------------------------------*/

.Collection {
    margin-top: 20px;
    border-top: 1px dashed #999;
    padding-top: 19px;
}

.Collection h2,
.Collection h3 {
    padding-top: 0;
}

.Collection p {
    padding-top: .5em;
}

.Collection p.Note {
    padding: 1em 0 0 1em;
    text-indent: -1em;
    color: #666;
}

.Collection p.Note span.Note {
    color: #000;
    font-weight: bold;
}


.Collection .Baskets {
    width: 700px;
    height: 250px;
    margin-top: 10px;
    background-image: url(images/Collections.jpg);
    background-repeat: no-repeat;    
}

#AfAmLit1 .Baskets { background-position: 0 0; }
#AfAmLit2 .Baskets { background-position: 0 -250px; }
#AfAmLit3 .Baskets { background-position: 0 -500px; }
#AfAmHis1 .Baskets { background-position: 0 -750px; }
#AfAmHis2 .Baskets { background-position: 0 -1000px; }
#AfAmHer  .Baskets { background-position: 0 -1250px; }
#Africa   .Baskets { background-position: 0 -1500px; }




/* --- ARCInfo -------------------------------------------------------------- */

#ARCInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
}

#ARCInfo p {
    padding-top: 0;
}

#ARCInfo img {
    margin-top: 20px;
}





/* --- Endorsement ---------------------------------------------------------- */

#Endorsement .InnerTube {
    margin: 20px;
}

#Endorsement h2 {
    padding: 0;
    border-bottom: 1px solid #999;
}

#Endorsement blockquote p {
    font-family: georgia, serif;
    font-size: 14px;
    line-height: 1.5em;
}

#Endorsement p.Citation {
    padding: 2em;
    text-indent: -1em;
}
