/*
File: screen.css
Author: Larry French
Date: 100107
*/

/* /gallery/ styles */
div#gallery_left { float:left; width:60%; border-right:1px solid; }
div#gallery_right { float:left; width:38%; }
div#gallery_left ul, div#gallery_right ul { padding-left:15px; list-style:none; }
div#gallery_left li { float:left; width:130px; margin:15px; padding:5px 15px; }
div#gallery_left li img { float:left; width:140px; height:110px; margin-bottom:10px; border:solid 1px; }
div#gallery_right li { float:left; width:110px; margin:10px; }
div#gallery_right li img { width:110px; height:150px; border:solid 1px; }
div#gallery_left h4, div#gallery_right h4 { text-align:center; width:100%; margin:0; }
div#gallery_left p, div#gallery_right p { width:100%; margin-top:1em; font-size:0.8em; text-align:center; }
div#gallery_left li a, div#gallery_right li a { text-decoration:underline; }



     