@charset "utf-8";
/* CSS Document */
body {
   background-color:#eadfdf;
   color:#63665F;
   text-align:center;
   font-family: Helvetica;
   font-size:inherit;
   width:960px;
   margin:0;
   padding:0;
   border:0;
   outline:0;
   vertical-align:baseline;
   background:transparent;
}
main {
   width:95%;
   height:720px;
   margin:30px auto;
   border:1px solid #88de88;
}
header, h1 { 
   font-size: 135%;
   color: #333; 
   text-shadow: 0px 2px 3px #c5c5c5; 
   text-align: center;
}
h2 { 
   font-size: 120%;
   line-height: 30px;
}
h2 a { 
   background-color: #F5FF4C;
   color: #333; 
   text-decoration: none; 
   padding: 5px;
}
h2 a:hover {
   background-color: #d5dd42;
}
#thumbs {
   padding:5px;
   float:left;
   width:125px;
   height:700px;
   overflow: scroll;
}
#thumbs img, #largeImage { 
   border: 1px solid gray;
   padding: 4px; 
   background-color: white; 
   cursor: pointer; 
}
#thumbs img { 
   float: left; 
   margin-right: 6px; 
}
#description { 
   background: black; 
   color: white; 
   position: absolute; 
   bottom: 0; 
   padding: 10px 20px; 
   width: 525px; 
   margin: 0; 
}
#panel { 
   position: relative;
   margin:10px 5px 10px 240px;
   padding-bottom: 30px;
}
footer {
   font-size:80%;
}
