﻿p,h1,h2,h3,tr,td,body,table
{
    margin:0;
    padding:0;
}

b
{
    color:#666;
}

br
{
    height:1em;
}

h2
{
    color:#665749;
    font-size:1em;
    margin-bottom:1em;
    border-bottom:solid 1px #665749;
}

li
{
    margin-bottom:.5em;
}

body
{
    font-size:1em;
    font-family:Arial;
    background:#E7E3C5;
}

#top
{
    height:167px;
}

#top .banner
{
    width:780px;
    background:url(Images/header.jpg);   
}

#top .gutterleft
{
    background:url(Images/header-left.jpg) repeat-x;
}

#top .gutterright
{
    background:url(Images/header-right.jpg) repeat-x;
}



#bottom
{
    background:#665749;
}

#bottom td
{
    color:#FFF;
    font-size:.6em;
    padding:1em 0;
    text-align:center;
}

#website
{
    width:100%;
    background:#FFF;
}

#navigation
{
    float:left;
    width:200px;
    background:#E7E3C5;
    border:double 5px #665749;
}

#content
{
    float:right;
    width:500px;
    padding:0 1em;
}

a.section
{
    color:#421B18;
    display:block;
    font-weight:bold;
    margin-bottom:.5em;
    text-decoration:none;
}

.menuitem
{
    padding:.5em .2em;
    text-align:center;
}

.selectedmenuitem
{
    color:#E7E3C5;
    background:#665749;   
}