body {
  margin:0;
  padding:0;
  min-width:740px;
  color:#333;
  font-family: Helvetica,Verdana,Arial,sans-serif;
}

h1,h2.h3,h4,h5 {
  margin: 0 0 5px 0;
  padding-top: 5px;
}

h1 a:link,h1 a:visited,h1 a:hover {
  color: #553b11;
  text-decoration: none;
}

h3,h4 {
  color: #b37c23;
}

h5 {
  color: #fc0;
  background-color: #666;
}

#header {
  background-color:#fff;
  margin: 0;
  padding: 0;
  text-align: right;
}

#imagebar {
  padding-top: 10px;
  border-top: 3px solid #553b11;
}

/* page container parts definitions */
div#wrap {
  background:#fff;
  width:800px;
  padding-bottom: 35px;
  margin: 0;
  padding: 0;
}

/* TOP OF PAGE HORIZONTAL NAV */
div#topnavcontainer {
  width: 800px;
  clear: both;
  border-top: 1px solid #553b11;
  border-bottom: 1px solid #553b11;
  background-color: #fff;
  padding: 10px 0 10px 0;
  text-align: center;
}

.navanchor {
  padding: 2px 50px 2px 50px;
  font-weight: bold;
  font-size: 0.9em;
  font-family: Helvetica,Verdana,Arial,sans-serif;
}

.navanchor:link, .navanchor:visited {
  color: #951700;
  text-decoration: none;
}

.navanchor:hover {
  color: #bd3f00;
  text-decoration: none;
}

div#image1 {
  background:url('../images/1.jpg') top left no-repeat;
  width: 200px;
  height: 130px;
  float: left;
}

div#image2 {
  background:url('../images/2.jpg') top left no-repeat;
  width: 200px;
  height: 130px;
  float: left;
}

div#image3 {
  background:url('../images/3.jpg') top left no-repeat;
  width: 200px;
  height: 130px;
  float: left;
}

div#image4 {
  background:url('../images/4.jpg') top left no-repeat;
  width: 200px;
  height: 130px;
  float: left;
}

div#image5 {
  background:url('../images/5.jpg') top left no-repeat;
  width: 200px;
  height: 130px;
  float: left;
}

#footer {
  clear: both;
  margin-top:20px;
  padding:6px;
  height: 30px;
  border-top: 1px solid #c44a3f;
}

#leftbottom {
  float:left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight:bold;
  font-size:0.9em;
}

#leftbottom a {
  text-decoration: none;
  padding-right: 20px;
}

#leftbottom a img,#rightbottom a img {
  border: none;
}

#rightbottom {
  float: right;
  text-align:right;
  margin-left:0px;
}

div#copyright {
  clear: both;
  color: #333;
  text-align: left;
  padding-top: 20px;
  font-size: 0.8em;
}

#authorcolumn1,#authorcolumn2,#authorcolumn3,#categorycolumn1,#categorycolumn2,#categorycolumn3 {
  float: left;
  padding: 0 35px 25px 0;
  font-size: 0.95em;
}

#authors,#categories {
  clear: both;
  padding: 5px 0 0 5px;
  width: 800px;
}

ul {
  margin: 0;
}

ul.linklist {
  list-style-type: none;
  padding: 0;
}

ul.linklist li {
  padding: 0 0 3px 3px;
}

ul.linklist li a {
  text-decoration: underline;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  color: #060;
}

ul.linklist li a:hover {
  text-decoration: none;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  color: #060;
}

a:link,a:visited {
  text-decoration: underline;
  color: #999;
}

a:hover {
  color: #666;
}

#breadCrumbBox {
  padding: 10px 0 10px 0;
  font-size: 0.9em;
}

div.quote {
  clear: both;
  border: 1px solid #999;
  background-color: #eee;
  margin: 3px 0 3px 3px;
  padding: 5px;
  width: 99%;
}

div.endquote {
  padding-top: 3px;
  text-align: right;
}

#w3cValidators {
  text-align: right;
  margin-top: 10px;
  padding-top: 10px;
  clear: both;
}