﻿body 
{
    background-color: #f9ffd5;
}

#column1 img 
{
    margin: 5 5 5 5;
}
#column2 ul
{
    text-indent:-25px;
}
#column2 ul li ul
{
    text-indent: -55px;
}
#center ul
{
    text-indent: -25px;
}
#center ul li
{
    text-indent: -25px;
}

#wrapper
{
    width:880px; 
    height:1100px; 
    background-image:url(images/background.jpg); 
    background-position: center center; 
    background-repeat: no-repeat;
    margin-right:auto; 
    margin-left:auto;
}

#wrapper2, .wrapper2
{
    width:880px; 
    height:1100px; 
    background-image:url(images/pagebackground.jpg); 
    background-position: center center; 
    background-repeat: no-repeat;
    margin-right:auto; 
    margin-left:auto;
}
.autowrap
{
    width:900px; 
    height:auto; 
    margin-left:auto;
    margin-right:auto;
}
.autocontent
{
    width: 787px;
    height: auto;
    margin-top: -68px;
    margin-left: -73px;
    margin-right: -73px;    
    margin-bottom: -69px;
    background-image: url(images/pagebackground3.jpg);
    background-repeat: repeat;
    border-right: #e0dfe3 1px outset;
    border-top: #e0dfe3 1px outset;
    border-left: #e0dfe3 1px outset;
    border-bottom: #e0dfe3 1px outset;
}
#interior
{
    margin-right:auto;
    margin-left:auto;
    margin-top: 15px;
    position: relative;
    padding: 10px;
    width: 730px;
    height:auto;
    z-index: 99;
}
#interior2
{
    padding: 10px;
    width: 100%;
    height:auto;
}

.nav
{
   width:625px;
   height:auto; 
   margin-top: 20px;
   margin-right:auto; 
   margin-left:auto;   
   padding: 4px;
   font-family: 'High Tower Text', Arial;
   font-size: medium;
   font-weight: bold;
}

.nav ul
{
    list-style-type:none;
    display: inline-block;
}

.nav ul li
{
    float:left;
    margin-right:2px;
    padding: 2px;
}
.nav ul li a
{
    text-decoration: none;
}

#content
{
    width: 100%;
    height: auto;
    font-family: 'High Tower Text' , Arial;
    color: #8b4513;
    font-size: medium;    
}
#content h1, h2, h3, h4
{
    font-family: 'Bradley Hand ITC', Arial;
    text-align: center;        
}
#heading
{
    width: 100%;
    height:auto;
    margin-bottom: 5px;
}

#column1
{
    width:25%;
    height:auto;
    float: left;
    padding: 5px;
    margin-left: 5px;
}
#center
{
    width:60%;
    height:auto;
    margin-left:5px;
    margin-right: 5px;    
}
#column2
{
    width: 35%;
    height: auto;    
    padding: 5px;
    margin-right: 5px;
}

