body {
  margin: 0;
  padding: 0;
  font: 78% Helvetica, Arial, sans-serif;
  text-align: center;
  color: #333;
  background-color: #a5a6a5;
}

a:link {
  color: #393639;
}

a:visited {
  color: #6b696b;
}

a:hover, a:active {
  color: #fff;
  background-color: #6b696b; /*#393639;*/
}

h2 {
  color: #393639;
  font: 120%;
  font-weight: bold;
  margin: 0 0 2px 0;
}

h2 a {
  color: #393639;
  text-decoration: none;
}

h3 {
  color: #6b696b;
  font: 106%;
  font-weight: bold;
  margin-top: 0;
}

#container {
  margin: 1em auto;
  width: 850px;
  text-align: justify;
  background-image: url(./images/ZenStonesBis.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #fff;
  border: 1px solid #6b696b;
}

#header {
  height: 180px;
  background-image: url(./images/logo3.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid #fff;
  position: relative;
}

#header h1 {
  font-size: 1px;
  text-align: right;
  color: #fff;
  margin: 0;
  padding: 0;
}

#subtitle {
  text-align: center;
  color: #ffffff;
  background-color: #6b696b;
  margin-bottom: 2px;
  padding: 1px 0 1px 0;
  position: relative;
  border-bottom: 1px solid #f77d00;
}

#subtitle h1{
  font-size: 20px;
  margin: 0;
  padding: 0;
}

#mainnav {
  text-align: center;
  background-color: #f77d00;
  color: #fff;
  padding: 3px 0 3px 0;
  font-weight: bold;
  margin-bottom: 22px;
  border-top: 1px solid #6b696b;
  border-bottom: 1px solid #6b696b;
}

#mainnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 120%;
}

#mainnav li {
  display: inline;
  padding: 0 7px 0 7px;
  border-right: 1px solid #ffc077;
}

#mainnav li a {
  text-decoration: none;
  color: #fff;
}

#mainnav li a:hover {
  text-decoration: none;
  color: #6b696b;
  background-color: #f77d00;
}

#menu {
  float: right;
  width: 165px;
  border-left: 1px solid #ffc077;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 95%;
  text-align: center;
  font-weight: bold;
}

#menu ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  line-height: 145%;
}

#contents {
  margin: 0 190px 40px 20px;
}

.blogentry {
  border-bottom: 1px solid #ffc077;
}

.blogentry ul {
  margin-bottom: 1em;
  list-style-type: square;
  text-align: justify;
}

.blogentry table {
  font-size: 100%;
  text-align: justify;
}

.imagefloatright {
  float: right;
  padding: 3px;
  border: 1px solid #a5a6a5;
  margin: 0 0 10px 10px;
  text-align: center;
  font-weight: bold;
}

.imagefloatleft {
  float: left;
  padding: 3px;
  border: 1px solid #a5a6a5;
  margin: 0 10px 15px 0;
  text-align: center;
  font-weight: bold;
}

.imagefloatcenter {
  float: center;
  padding: 3px;
  border: 1px solid #a5a6a5;
  margin: 0 10px 10px 10px;
  text-align: center;
  font-weight: bold;
}

#footer {
  clear: both;
  color: #fff;
  background-color: #f77d00;
  border-top: 1px solid #6b696b;
  text-align: right;
  padding: 5px;
  font-size: 90%;
}

#skipmenu {
  position: absolute;
  right: 5px;
  top: 5px;
}

#skipmenu a {
  color: #6b696b;
  text-decoration: none;
}

#skipmenu a:hover {
  color: #fff;
  background-color: #6b696b;
  text-decoration: none;
}
