	/* g.css - Gallery style sheet */
body {
   background:#fff;
   color:#666;
   padding:10px 0;
   margin:0;
}

div#container {
   background-color:#fff;
}

div#info {
   width:100%;
   border-bottom:3px double #faa;
}

div#info a:link, div#info a:visited {
   color:#777;
   background:transparent;
   text-decoration:underline;
}

div#info a:hover, div#info a:active {
   color:#444;
   background:#fff;
   text-decoration:none;
   border:none;
}

div#content {
   background:#fff;
   color: #666;
   width: 100%;
   float: none;
   border: 3px double #ddd;
}

div.gallery {
   background:#fafafa;
   color:#666;
   height:auto;
   width:100%;
   padding:4px 0 1px 0;
   overflow:scroll;
   scroll: auto;
   
   border-top:1px dotted #ddd;
   border-right:1px dotted #ccc;
   border-bottom:3px double #eee;
   margin:4px;
}

div.gallery img {
   margin:2px 4px;
   padding:1px;
   background-color: #eee;
   border:3px double #3cf;
}

h1 {
   font-size: 250%;
}