@charset "utf-8";
/* CSS Document */

  body {
    margin: 0;
    padding: 0;
    background:#A39790;
    font-size: 1em;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  h1 {
    font-style: italic;
    text-align:center;
    margin-bottom: 40px;
  }


  #container {
    margin: 0 auto;
    border: 2px solid #000;
    width: 953px;
    background: url(bg-tile.gif) repeat-y #FFF;
    background-position:  205px 40px;
}
  #container-two {
    margin: 0 auto;
    border: 2px solid #000;
    width: 953px;
    background: url(bg-tile.gif) #FFF repeat-y ;
    background-position:  205px 40px;
}

  #left-nav {
    width: 202px;
    float: left;
  }
#bodycontent {
  width: 625px;
  padding: 15px;
  margin-left: 275px;
  margin-top: 60px;
  font-family: "Georgia", Arial, sans-serif, Trebucket MS;
  font-size: 100%;


}


#logosmall {
    width: 195px;
    height:116px;
    background-image: url(logo-small.jpg);
    margin-bottom: 15px;
    }

#pagetitle {
      width: 200px;
      height: 40px;
      background: url(head-under.gif) no-repeat;
      background-position: bottom;
      text-align: center;
      font-size: 1.5em;
      font-family: "Times New Roman", Times, serif, "@Kozuka Gothic Pro L"}

#nav {
        margin-left: 15px;
        font-family:  "Georgia", Arial, Helvetica, sans-serif, Times New Roman;
        font-size: 1.3em;
        letter-spacing: 1px;
        text-align: left;
        line-height: 40px;
        list-style-image: url(tile-bullet.gif);
        list-style-position: outside;
        }

#nav a, a:link {
    color: #000;
    text-decoration: none;

    }
#nav a:hover {
       text-decoration:underline;
       color:#A32226;
     }
#address {
  margin-left: 15px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: .8em;
}
 .largefont {
   font-size: 1.8em;
 }
.images{border:2px solid black; }

