﻿body {
     height:100%;
     margin:0;
     padding:0;
}

.left { float:left; padding-left: 15px;}
.right { float:right; }
.divcenter {font-family:Verdana; color:#CC6600; text-align:center; line-height:35px; font-size:20px; font-weight:bold;}
.rowCol { width: 100%; clear: both; margin: 0 auto; text-align: center; }
.divRow { width: 100%; clear: both; margin: 0 auto;}
.column {width: 18%; float: left; overflow: visible; margin: 2px 45px 7px 5px; background: #fcfcfc; }
.galleryImgBorder {height: 150px; width: 150px; border: 0px; padding: 1px;}

#overlay {
     visibility: hidden;
     position: absolute;
     left: 150px;
     top: 150px;
     width:70%;
     height:80%;
     z-index: 1000;     
}
#overlay div {
     background-color:#FCFCFC;
     border-style: ridge;
     border:8px solid #C9D215;
     padding:10px;
}