@charset "utf-8";
/* CSS Document */

/* Describe a standard table for holding page links. */

/* Override the connectwithbob/default.css file */ 

/* Define a floating title bar to be placed in the center of the header field. */
#photo-page-title {
   height: 100%;        /*Height of top section*/
   width: 100%;
}

#gallery {
   float: right;                                /* The overall look of the table */
   text-align: center; 
   height:400px; 
   width:330px; 
   border:0;
}

#picture {
   float: left;
   text-align: center;
   height: 400px;
   width: 550px;
}
#caption {
   text-align: left;
   width: 550px;
}
#tinythumbnail{
   float: right;
   width: 100px;
   height:75px;
   margin:1px;
}

#navigationtable {
   width:800px;
   margin-left: auto;
   margin-right: auto;
   border: 0px;
}

#navigationtable td {
   text-align: center;
   height: 27px;
   width: 150px; 
}

#thumbnailtable {
   height:450px; 
   width:330px; 
}

/*
#thumbnailtable td {
   height:75px;
   width:100px;
}
*/

.tiny {
   height: 57px;
   width: 75px;
}
.tiny:hover 
{
   opacity:0.5;
   filter:alpha(opacity=50); /* For IE8 and earlier */
}
#picmain {
   height:400px;
   width: 550px;
}

#captiontext {
    font-size:20px;
    color:black;
}
#text {
   float: left;
   text-align: left;
    font-size:20px;
    width: 800px;
}
