/* Main Site Begins */

#details_index {
    width: auto;
    height: auto;
    border: ridge;
    border-radius: 10px;
    box-shadow: 10px 10px 5px #888888;
    margin: 15px auto;
}
#details_title {
    width: auto;
    height: 90px;
    border-bottom: ridge;
    text-align: center;
    margin: 10px 0px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.details_small_images {
    width: 75px;
    height: 100px;
    margin: 13px 9px 17px 9px;
    display: inline;
    box-shadow: 10px -3px 5px #000000;
}