html, body {
  margin: 0;
  background-color: #c8ebff;
  color: #000;
}
#header {
  background: url(img/line.gif);
  height: 45px;
  width:100%;
}
#logo {
  background: url(img/logo.gif);
  width: 341px;
  height: 45px;
  float: right;
  text-indent: -5000px;
}
#navigation {
  font: 10pt Arial,Helvetica,sans-serif;
  font-weight: bold;
  margin: 1em 2em 0em 2em;
  color: #694c26;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
}
#navigation h1 {
  font: 10pt Arial,Helvetica,sans-serif;
  text-decoration: underline;
  font-weight: bold;
  display: inline;
}
#navigation a {
/*  color: black;*/
  color: #694c26;
}
#navigation a:hover {
  color: #666;
}
a {
  color: #777;
  color: #694c26;
  text-decoration: none;
}
a:hover {
  color: #777;
  color: #694c26;
  text-decoration: underline;
}
#content {
  zoom: 1; /* non-validating IE hasLayout hack */
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 1px;
  padding: 2em;
  
  /*border: 5px solid #694c26;*/
/*  background-color: #b99c76; */
  background-color: #694c26;

}
#sizer {
  width: 580px;
  margin-left: auto;
  margin-right:auto;
  color: white;
}
#sizer a {
  color: white;
  font-weight: bold;
 
}
#sample {
  float: right;
  margin:20px;
  margin-top:0;
  border: 20px solid white;
  height: 500px;
  width: 335px;
}
#footer {
  color: #694c26;
  text-align: center;
  font: 10pt Arial,Helvetica,sans-serif;
  padding: 0;
}
#copyright {
  color: #694c26;
  font-size: 8pt;
}
#clear {
  clear: both;
}
