@font-face {
    font-family: adobegaramond;
    src: url("http://www.charitydaviswoodard/fonts/ADOBGAN.TTF");
}

@font-face {
    font-family: aminee;
    src: url("http://www.charitydaviswoodard/fonts/AMIENNE_.TTF");
}

body {
  font-family: adobegaramond;
  font-size: 11px;
  color: #3B3030;
  margin: 0px,20px,0px,20px;
  background-color: #666633;
  }

p { 
    font-family: gothic;
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-align: left;
  }
 .header1 { 
    font-family: adobegaramond;
    font-size: 30px;
    font-weight: bold;
    color: #CCCC99;
    text-align: left;
    letter-spacing: 5px;
  }
 .header2 { 
    font-family: adobegaramond;
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-align: center;
    letter-spacing: 3px;
    margin: 2em,0em,2em,0em;
  }
 .menustyle { 
    font-family: adobegaramond;
    font-size: 12px;
    letter-spacing: 4px;
  }
 .footer { 
    font-family: adobegaramond;
    font-size: 12px;
    font-weight: normal;
    color: #CCCC99;
    text-align: center;
    letter-spacing: 3px;
  }


a:link, a:visited {
    font-family: gothic;
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-align: left;
    letter-spacing: normal;
    text-decoration: none;
  }
a:hover { 
    color: #AC5F35;
    text-decoration: none;    
  }

a.menu:link, a.menu:visited {
    font-family: gothic;
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-align: right;
    letter-spacing: 6px;
  }
a.menu:hover { 
    color: #AC5F35;
    text-decoration: none;
  }

a.centermenu:link, a.centermenu:visited {
    font-family: gothic;
    font-size: 20px;
    font-weight: normal;
    color: white;
    text-align: center;
    letter-spacing: 6px;
    text-decoration: none;
  }
a.centermenu:hover { 
    color: #AC5F35;
    text-decoration: none;
  }

a.topmenu:link, a.topmenu:visited {
    font-family: gothic;
    font-size: 20px;
    font-weight: normal;
    color: white;
    text-align: left;
    text-decoration: none;
    letter-spacing: 6px;
  }
a.topmenu:hover { 
    color: #AC5F35;
    text-decoration: none;
  }

a.links:link, a.links:visited {
    font-family: gothic;
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-align: right;
    letter-spacing: normal;
    text-decoration: none;
  }
a.links:hover { 
    color: #AC5F35;
    text-decoration: none;
  }

a.number:link, a.number:visited {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #3c3837;
    text-align: right;
    letter-spacing: normal;
    text-decoration: none;
  }
a.number:hover { 
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: gray;
    text-decoration: none;
  }

img {
    border-width: 4px;
    border-color: white;
  }

div#navcontainer
{
background-color: #666633;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

div#navcontainer ul
{
font-family: adobegaramond;
font-weight: bold;
color: white;
letter-spacing: 4px;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

div#navcontainer ul li a:hover
{
background-color: #CCCC99;
color: #666633;
}

#active a { border-left: 1px solid #fff; }


