/* frenchcountry */
/* 2006-08-28 */

* {
  padding: 0;
  margin: 0;
}

/* MSIE <= 6 */
* html {
}

body {
  background: #fffff8;
  color: black;

  font-family: Georgia, Times, serif;

  font-weight: normal;
  font-size: 100%;
  text-align: center;
  
  min-width: 760px;
  margin: 16px 0 0 0;
}

img {
  padding: 0;
  border: 1px solid #ccc;
}

h1 {
  font-size: 22pt;
  font-weight: normal;
  letter-spacing: +0.2em;
  padding: 4px 0 0 0;
}
#head h1 a {
  text-decoration: none;
  color: black;
}

h2 {
  font-size: 16pt;
  font-style:italic;
  font-weight: normal;
  letter-spacing: +0.1em;
}

h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 10px;
}

p {
  font-family: Arial, sans-serif;
  font-size: 95%;
}

#logo_text {
  font-size: 8pt;
  letter-spacing: +0.1em;
}





#wrapper {
  width: 900px;
  height: 100%;
  background: white;
  text-align: left;
  margin: 0 auto;
  border:1px solid #ccc;

}

#head {
  /* border:1px dashed orange; */
  background: url(/img/stripe_line_and_curve_v2yellow.jpg) repeat left bottom;
  text-align: center;
}
#nav_menu {
  padding: 4px 0 30px 0;
}
#nav_menu li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  font-size: 14pt;
  letter-spacing: +0.15em;
}
/* .need_bullet:before { content: ""; } */
#nav_menu a {
  line-height: 20pt;
  margin: 0 10px 4px 10px;
  text-decoration: none;
  color: black;
}
#nav_menu a.active, #nav_menu a:hover {
  /*border-bottom: 2px solid teal;*/
  /*padding-bottom: 1px;*/
  color: teal;
}
#nav_menu a:hover {
  color: teal;
}

#content {
  clear: both;
  padding: 20px 0 10px 0;

  /* border:1px dashed red; */
}
#content p {
  margin: 0.5em 2em 0.5em 4em;
  padding: 0;
  line-height: 125%;
  letter-spacing: +0.05em;
  color: #333;
}
#content .in_body_img {
  margin: 0.2em 1em 0.4em 1em;
}
  
#navigation {
  float: right;
  border:1px dashed teal;
}

#foot {
  clear: both;
  /* border:1px dashed #33f; */
  padding: 10px 0 10px 0;
  text-align: center;
}

