﻿body
{
    text-align: center;
    background-image: url('../../Images/ReynParkBack.jpg');
    background-repeat: repeat-y;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}  

a:link
{
    color: #826655;
    text-decoration: none;
}

a:visited
{
    color: #826655;
}

a:hover
{
    color: #826655;
   
}



#topbanner
{
    text-align: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
    
}

#mainmenu
{
    text-align: center;
    width: 900px;
    height: 44px;
    
    
}


#maincontent
{
    text-align: center;
    width: 900px;
    background-color: #826655;
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
    clear: both;
    right: auto;
    left: auto;
}

#bodytext
{
    text-align: justify;
    width: 600px;
    background-color: #7583A6;
    color: #FFFFFF;
}

#visitorsform
{
    padding: 20px;
    text-align: justify;
    width: 450px;
    background-color: #B7DCCA;
    color: #826655;
}

#footer
{
    width: 900px;
    background-color: #B7DCCA;
}

.fontsize_small_italic
{
    font-size: small;
    font-style: italic;
}
        
.fontsize_small
{
    font-size: small;
}

.popoutmenu
{
    background-color: #B7DCCA;
    width: 100px;
    color: #800000;
    font-family: 'BellGothic Blk BT';
    font-size: medium;
}
