﻿body
{
    background-color: #300700;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content
{
    clear: both;
    float: left;
    background-color: #FFF1D4;
    width: 100%;
}
#leftcol
{
    clear: both;
    float: left;
    width: 30%;
    border-left-style: solid;
    border-left-width: thick;
    border-left-color: #DFD0B3;
}
#midcol
{
    float: left;
    width: 40%;
    text-align: left;
    font-size: 85%;
    margin-left: 10px;
}
#rightcol
{
    float: right;
    width: 27%;
    text-align: center;
    border-right-style: solid;
    border-right-width: thick;
    border-right-color: #DFD0B3;
}
.quotes
{
    font-family: Times New Roman, Serif;
    font-style: italic;
    font-size: 85%;
    padding-left: 5px;
    padding-right: 25px;
 
}

h3
{
    font-family: Arial, Sans-Serif;
    color: #4A291D;
    font-size: 100%;
    background-color: #DFD0B3;
    padding: 3px;
}
