*.container { border:1px solid gray;  text-align:left; }


*.box   {  background:url("../09_images/graytransparent.png") repeat;
			float:left;  overflow:auto; visibility:visible;
          width:174px; height:250px; 
          margin:0px; padding:7px; 
      
          border-left:1px solid gray; border-right:1px solid gray; 
          border-top:1px solid gray;  border-bottom:1px solid gray; 
          }

*.box2   {  background:url("../09_images/graytransparent.png") repeat;
			float:left;  overflow:auto; visibility:visible;
          width:144px; height:250px; 
          margin:0px; padding:7px; 
      
          border-left:1px solid gray; border-right:1px solid gray; 
          border-top:1px solid gray;  border-bottom:1px solid gray; 
          }

*.small { width:75px; height:auto; }


