/* CSS Document */

body
{
font-size: 10px;
background-color: #eaeaea;
background-image:url(../gfx/bg_body.gif);
background-repeat:repeat-x;
}

.thumbnail
{
padding: 0.3em;
margin: 2em;
background-color: white;
}



*
{
margin: 0;
padding: 0;
}

h1
{
font-family: Helvetica, Arial, sans-serif;
color: #666666;
font-size: 14px;
padding-left: 10px;
margin-top: 10px;
}

#header
{
margin: 1em auto;
width: 800px;
height: 20px;
}

#footer
{
margin: 1em auto;
width: 800px;
}

#footer p
{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper
{
margin: 1em auto;
width: 800px;
background-color:#CCCCCC;
border: 5px solid white;
/*background-image: url(../gfx/bg_wrapper.png);*/
}

.thumbs p, #thumbs p
{
text-align: center;
}

.fullsize
{
}
