/* ====================================================+
|   PHOTO GALLERY PAGE STYLES                          |
+===================+=================================*/
#body ul            { margin: 0 0 0 30px; padding: 0; list-style: none; overflow: scroll; height: 500px; }
#body ul li         { display: block; border: 1px solid; float: left; margin: 20px 5px; height: 100px; }

#body img           { border: 1px solid #999; margin: 5px; }

#body p             { text-align: center; font-size: 10px; color: #888; }
#body fieldset      { height: 525px; }
#body fieldset legend
                    { font-weight: bold; color: #0072bc; padding: 3px 10px; font-size: 14px; }
