﻿body
{
    background-image: url(images/bkg.jpg);
    margin: 0px;
    font-family: Georgia;
}
li
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.contenttbl
{ 
    border-right: black thin solid;
    border-left: black thin solid;
    margin-right : auto;
    margin-left:auto;
    width : 755px;   
    background-color: white; 
    border-collapse:collapse;
}
.flufftbl
{
    margin-right : auto;
    margin-left:auto;
    width: 373px;
    padding: 0px;
    
    
}
.subflufftbl
{
    width : 742px;
    padding: 0px;
}
.textnavbar
{
    font-size: 10pt;
    float:right;
    margin-right: 10px; 
    margin-bottom: 20px;
}
.paymentbar
{
    float:right;
    margin-top:10px;
    margin-bottom:20px;
}
.slogan
{
    margin-bottom: 25px;
}
.topfluffcell
{
    background-image: url(images/flufftop.jpg);
    height: 31px;
}
.midfluffcell
{
    background-image: url(images/fluffmid.jpg);
    height: 431px;
}
.btmfluffcell
{
    background-image: url(images/fluffbtm.jpg);
    background-repeat:no-repeat;
    height: 31px;
}
.flufftxt
{
    font-size:14px;
    margin-right:20px;
    width:290px;
    padding-left: 30px;
    padding-right: 20px;
}
.topbigcntcell
{
    background-image: url(images/bigcnttop.jpg);
    background-repeat:no-repeat;
    height: 31px;    
}
.midbigcntcell
{
    background-image: url(images/bigcntmid.gif);
    background-repeat:repeat-y;
}
.btmbigcntcell
{
    background-image: url(images/bigcntbtm.jpg);
    background-repeat:no-repeat;
    height: 30px;
}
.bigcnttxt
{
    font-size:11px;
    margin-right:20px;
}
.story
{
    padding-left:20px;
    width:620px;
}
a:link
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    text-decoration: none;
    border-bottom-style: none;
    color: black;
}
a:visited
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    text-decoration: none;
    border-bottom-style: none;
    color: black;
    
}
a:hover
{
    color: #e6a600;
    background: maroon;
    
    font-weight: bolder;
}

.picspace
{
    padding-right:15px;
    float:left;
}
.footer
{
    background-color:#003300;
    color:White;
    border-collapse: collapse;
    border-spacing: 0;
}

