﻿body 
{
    background:#000000;
    font:10pt Arial;
    color:White;
}

img { border:none; }

#container
{
    background:#ffffff;
    width:800px;
    margin:10px auto 0px auto;
}

#header
{
    width:800px;
    height:101px;
    background-image:url('../images/header.png');
}

#mainImg
{
    width:800px;
    height:329px;
}

#thumbs
{
    width:800px;
    height:130px;
}

#thumbs .thumb
{
    margin:10px 6px 10px 0px;
    float:left;
    width:195px;
    height:110px;
}

#thumbs .lastThumb
{
    margin:10px 0px 10px 0px;
    float:left;
    width:195px;
    height:110px;
}

#footer
{
    font-size:8pt;
    background:#000000;
    width:800px;
    text-align:center;
}

.thumbsTxt
{
    text-align:left;
    background:#000000;
    width:800px;
    margin:0px 0px 15px 0px;
}
    
