body   {
    margin : 0px 0px 0px 0px;
    font : 10pt, arial, helvetica, sans-serif;
    padding : 0px 0px 0px 0px ;
    background-color : #999;
    }
#catNav {
    width : 200px;
    }
.title  {
    font-size : 16pt;
    padding : 10px 10px 10px 10px;
    }
.navBox     {
    position : absolute;
    left : 0px;
    top : 40px;
    width : 200px;
    }
.mainBox    {
    position : absolute;
    left : 220px;
    top : 10px;
    } 
.thumbs {
    float : left;
    width : 560px;
    background-color : #aaa;
    }
.pthumbs    {
    float : left;
    padding : 10px 10px 10px 10px;
    height : 100px;
    background-color : #aaa;
    }
.sized  {
    position : relative;
    width: 100%;
    text-align : center;
    }
img {
    border : solid 1px #000;
    padding : 2px;
    }
ul  {
    padding : 3px 2px 4px 1px;
    list-style-type: none; 
    }
.cat    {
    width : 200px;
    background-color : #ccc;
    padding : 3px 2px 2px 6px;
    }
.cat:hover  {
    background-color: #fff;
    display: block;
    }
.album  {
    background-color : #aaa;
    width : 190px;
    color : #fff;
    padding : 4px 3px 3px 2px;
    }
.selAlbum   {
    background-color : #333;
    color : #0f0;
    width : 190px;
    padding : 4px 3px 3px 2px;
    }
.footer {
    float : left;
    width : 100%;
    text-align : center;
    margin-top : 20px;
    }
.exif   {
    position : absolute;
    top : 70px;
    left : 150px;
    background-color : #333;
    color : #fff;
    opacity : 0.7;
    padding : 10px 10px 10px 10px;
    }
a.drop:link  {
    color : #f00;
    }
a.drop:visited  {
    color : #fff;
    }
