body {
 font-family: sans-serif;
 color:#fff;
 padding:0;
 margin:0;
 border:0;
 background-color:#000;
 }

h1,h2,h3,ul,div {
 padding:0;
 margin:0;
 border:0;
 }
img {border:none;}

#masthead {
 background:url(images/background.jpg) 0 0;
 padding:1em 0 1em 1em;
 }
#masthead h1 {
 color:black;
 font:small-caps;
 font-size:2em;
 width:10em;
 padding:0 1em 0 1em;
 background:url(images/backgroundwash.jpg) -0.5em -0.5em;
 }

#navigation ul {
 list-style:none;
 margin:0;
 padding:0;
 text-align:center;
 border-bottom:1px solid #fff;
 height:1.5em;
 }
#navigation li {
 list-style:none;
 float:left;
 line-height:1em;
 width:8em;
 border-left:1px solid #fff;
 border-top:1px solid #fff;
 }
#lasttab {
 border-right:1px solid #fff;
 }
#navigation a {
 text-decoration:none;
 color:#fff;
 display:block;
 white-space:nowrap;
 width:8em;
 padding:0.25em 0 0.25em 0;
 float:left; /* For IE5/Mac */
 }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float: none;}            /* End IE5-Mac hack */
#navigation a:hover {
 color:#aaa;
 }
#currentpage {
 background:#ddd;
 }
#currentpage a {
 color:#555;
 }
#currentpage a:hover {
 color:#555;
 }

#content {clear:both;}

#thumbs ul {
 list-style:none;
 margin:0;
 padding:0;
 text-align:center;
 }
#thumbs li {
 list-style:none;
 float:left;
 border:1px solid #fff;
 height:15em;
 width:10em;
 padding:0.5em;
 margin:0.5em 0 0 0.5em;
 }
#thumbs a {
 text-decoration:none;
 color:#fff;
 font-size:0.7em;
 display:block;
 }
#thumbs a:hover {
 color:#aaa;
 }
#thumbs img {
 border:1px solid #fff;
 }
#thumbs span {
 display:block;
 }

.copyright {
 display:block;
 clear:both;
 margin:0;
 padding:0.5em 0 0 0;
 font-size:0.65em;
 }

/* */

body.biggerimagepage {}
.biggerimagebutton {
 margin-left:100px;
 }