/* CSS Document */#wrapper{width:70em;margin: 0 auto;position: relative;text-align: left;}/*===Gallery===*/div#gallery .pic img { border:2px solid; border-color:#663 #AAA #AAA #663;}div#gallery .pic img:hover {border-color:#960 #C60 #C60 #960; border-width:2px;}div#gallery .pt img { height:80px; width:54px; margin:0 18px;}/*the width and the left and right margins need to add up to 90px*/div#gallery .pic ul {margin:0.25em 0 0; padding:0; font:bold small Arial, Verdana, sans-serif;}div#gallery li.catno {display:block; position:absolute; top:0; left:3px; list-style:none; text-decoration:none; color:#666; font-weight:normal;}div#gallery { margin:0 20px 0 20px; padding:0;}div#gallery .pic {float:left; position:relative; height:130px; width:90px; padding:10px 15px 5px 15px; margin:0 5px 10px 5px; background-color:#D8D4B6;  border:2px solid; border-color:#AAA #663 #663 #AAA;}div#gallery .textLink:link, div#gallery .textLink:visited {color:#5A4800;}div#gallery .textLink:hover { color:#8B7E4C}div#gallery li.title {display:block; list-style:none; line-height:14px; text-align:center; font-style:italic; font-size:11px; color:#5A4800;}div#gallery .ls img {height:54px; width:80px; margin:25px 5px 0 5px;}/*the width and the left and right margins need to add up to 90px*//*---End Gallery---*//*=== Print styles  ===*/@media print {div#sideMenu, div#rightSideMenu, ul#pageTabs, #headerBar {display:none; } #wrapper{margin-left:45px; width:50em;} div#gallery .textLink:link, div#gallery .textLink:visited {color:gray; text-decoration:none;} }