﻿body 
{
    margin:0;
    padding:0;
    text-align:center;
    background-image:url("graphics/back3-old.jpg");
}

.holder
{
    width:750px;
    margin:0 auto;
    /* border:double 5px green; */
}

.spacer
{
    background-color:Transparent;
    height:6px;
}

h1
{
    font-size:1.2em;
}

.head1
{
    font-size:2em;
    color:White;
}

.head2
{
    font-size:1.3em;
    color:White;
}

.header
{
    background-image:url("graphics/banner4.jpg");
    height:90px;
    text-align:right;
    padding-right:15px;
}

.wrapper
{
    /* background-color:white; */
    background-image:url("graphics/wrapback4.jpg");
    background-repeat:repeat-y;
    position:relative;
    text-align:left;
    /* border:double 5px red; */
}

.navbar
{
    background-color:#490400;
    padding:3px 0 3px 0;
}



.navbar a:link, .navbar a:visited
{
    text-decoration:none;
    color:#FFE6D0;
    border-bottom-style:double;
    border-bottom-width:2px;
    border-bottom-color:#FFAF7B;
    border-left-style:double;
    border-left-width:2px;
    border-left-color:black;
}

.navbar a:hover
{
    border-left-style:double;
    border-left-width:2px;
    border-left-color:#FFAF7B;
}

.sidebar
{
    width:150px;
    float:left;
    padding-left:10px;
    padding-top:10px;
    overflow:auto;
    padding-bottom:80px;
    /* background-color:black; */
}

.sidebar a
{
    line-height:1.5em;

}

.rulooking
{
    background-color:White;
    padding:0 3px 0 3px;
}

.sidebar a:link, .sidebar a:visited
{
    text-decoration:none;
    color:#FFE6D0;
    border-bottom-style:double;
    border-bottom-width:2px;
    border-bottom-color:#FFAF7B;
    border-left-style:double;
    border-left-width:2px;
    border-left-color:black;
}

.sidebar a:hover
{
    border-left-style:double;
    border-left-width:2px;
    border-left-color:#FFAF7B;
}

.coolgraphic
{
    margin-top:30px;
}

.content
{
    float:right;
    width:570px;
    background-color:White;
    padding-left:10px;
    padding-right:10px;
}

.footspace
{
    clear:both;
    height:1px;
}

.footer
{
    clear:both;
    background-color:#fff7dc;
    text-align:right;
    font-size:.8em;
    font-style:italic;
    padding-right:15px;
    border-top-color:#490400;
    border-top-style:ridge;
    border-top-width:2px;
    border-bottom-color:#490400;
    border-bottom-style:ridge;
    border-bottom-width:2px;
}

.adpic
{
    position:absolute;
    bottom:10px;
    left:30px;
}

.leftpic 
{
    float:left;
    margin-right:12px;
    border:2px double #000000;
}

.rightpic 
{
    float:right;
    margin-left:12px;
    border:2px double #000000;
}