body
{
  background: #706657;
  color: #444;
  font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
  text-align: center;
}

#main
{
  margin: 0 auto;
  width: 800px;
}

#sitebanner
{
  border: #DFDAC7 5px solid;
  height: 89px;
  padding: 8px;
  font-size: 12px;
  margin-top: 10px;
  color: #444;
  text-align: left;
  background-image:url('../images/woodgrain.jpg');
}

#navbar
{
  border-left: #DFDAC7 5px solid;
  border-right: #DFDAC7 5px solid;
  font-family:Verdana, Arial, Sans-Serif;
  background: #706657;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #BBC4A3;
}

#navbar a, #navbar a:active, #navbar a:visited
{
  color: #BBC4A3;
  text-decoration: none;
}

#navbar a:hover
{
  color: #F7F3ED; 
  text-decoration: none;
}

#content
{
  border: #DFDAC7 5px solid;
  padding: 0px;
  font-size: 12px;
  background: #FFF;
  color: #444;
  text-align: center;
  margin: 0 auto;
}

#content h4
{
    font-size: 14px;
    font-style: bold;
}

#content table
{
    text-align: left;
}

#content li
{
    text-align: left;
}

#logo_left
{
  float: left;
  height: 89px;
  width: 275px;
  color: #FFF;
  background: transparent;
  font-size: large;
  font-style: italic;
  font-weight: bold;
}

#logo_center
{
  float: left;
  height: 89px;
  width: 235px;
  background: transparent;
}

#logo_right
{
  float: right;
  height: 89px;
  width: 255px;
  color: #FFF;
  background: transparent;
}

#logo_right A:link
{
  color: #99F;
}










