﻿body 
{
    background:#000000;
    font:8pt Arial;
    color:White;
}

img { border:none; }

#container
{
    background:#ffffff;
    width:800px;
    margin:10px auto 0px auto;
}

#header
{
    width:800px;
    height:81px;
    background-image:url('../images/header.png');
}

#mainImg
{
    width:800px;
    height:430px;
}

#thumbs
{
    width:800px;
    height:110px;
}

#thumbs .thumb
{
    margin:2px;
    float:left;
}

#thumbs .descTxt
{
    margin:5px 0px 0px 0px;
    float:left;
    width:285px;
    font-size:8pt;
    color:#000000;
}

#footer
{
    background:#000000;
    width:800px;
    text-align:center;
    float:left;
}

#thumbsTxt
{
    background:#000000;
    width:800px;
    margin:0px 0px 15px 0px;
    float:left;
}

#thumbsTxt .caption
{
    width:150px;
    float:left;
}
