img { width: 50%; }

#indexImageDiv { 
    width: 40%; 
    position: relative;
    left: 40%;
    padding-top: 40px;
}

div#largeImageDiv {
    position: relative;
    left: 15%;
}

div#largeImageDiv img {
    width: 70%;
}

div#imageDiv {
    position: relative;
    left: 25%;
}

div#largeImageDiv p#caption, div#imageDiv p#caption, div#tableDiv p#caption {
    font-size: 10px;
    font-weight: bold;
}

div#tableDiv {
    position: relative;
    left: 25%;
}

div#tableDiv table {
    padding: 0px 0px 0px 0px;
    width: 50%;
}

#main table table td {
    border: thin solid #000000;
    width: 25%;
}
