body { 
    margin: 0;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    color: #465037;
    background: #f6f0df url(images/doug-read-pic.png) no-repeat;
}

#wrapper {
    width: 720px;
    margin: 30px 30px 30px 236px;
}

#intro {
    padding-bottom: 20px;
}

a {
    color: #6A3621;
    text-decoration: underline;
}
a:hover {
    color: #6A3621;
    text-decoration: none;
}
h1 {
    color: #6A3621;
    font-weight: normal;
}
h1 a {text-decoration: none}
h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
    color: #004a00;
    letter-spacing: .1em;
    font-weight: normal;
}
h3 {
    color: #6A3621;
    font-weight: normal;
    font-size: 1.1em;
}
#slider {
    width: 664px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 310px;
    width: 656px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #ffffff;
    border: #004a00 4px solid;
}

.scroll img {
    float: right;
    border: none;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 250px;
    width: 600px;
}

#shade {
    background: #fff url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 6px;
}

ul.navigation a {
    padding: 10px;
    color: #3e3634;
    font-size: 1em;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #dfd9cb;
}

ul.navigation a.selected {
    background-color: #004a00;
    color: #FFFFFF;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: -30px;
}

.hide {
    display: none;
}

#footer {
    width; 100%;
    margin: 0;
    height: auto;
    background-color: #181713;
    padding: 20px;
    text-align: center;
    color: #D5C19C;
}
.small {
   font-size: .85em;
}

.links {
   margin: 5px;
   width: 250px;
   height: auto;
   display: inline-table;
   padding: 6px;
   border: none;
   vertical-align: top;
}
.quote {
    font-style: italic; 
}
.quote2 {
    margin: 10px;
    font-style: italic; 
    border-bottom: 1px solid #004a00;
    padding: 10px;
}
.p7{color:#6A3621;
font-weight: bold;}
