 /* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/*font styles*/
  h1, h2, h3, h4, h5, h6, p, li{
  color: #21424a;
  }
  h1, h2, h3, h4, h5, h6, #navigation a {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
  }
  #navigation a { 
  font-size: 1.1em;
  }
  h2 {
  padding: .6em 0;
  text-indent: 1em;
  }
  #topright h2 {
  padding-top: 0;
  }
  p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
  }
  a {
  color: #21424a;
  }
  a:hover {
  color: #43727c;
  }
  a:active {
  color: #64929c;
  }
  #navigation a:link{
  color: #e6d7bd;
  }
  #navigation a:visited{
  color: #e6d7bd;
  }
  #navigation a:hover{
  color: #f2f2f2;
  }
  #navigation a:active{
  color: #FFFFFF;
  }
 ul {
  list-style-type: square;
}
/*layout*/
  body {
  background:#f0ece5;
  }
  #wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
  background: #e4d5bc url(images/gradient.png) top left repeat-x;
  border: #401903 3px solid;
  border-top: none;
  width: 850px;
  }
  h1 {
  position: absolute; 
  top: -100px;
  margin-left: 547px;
  width: 306px;
  height: 100px;
  background: transparent url(images/logoblue.png) no-repeat;
  text-indent: -9999px;
  }
  #image {
  background-image: url(images/cross.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  left: -157px;
  top: -100px;
  height: 400px;
  width: 408px;
  z-index: 6;
  }
  #horiz {
  background-image: url(images/horiz.gif);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 300px;
  height: 3px;
  width: 850px;
  z-index: 7;
  }
  #navigation {
  text-align:right;
  padding: 8px 10px;
  }
  #navigation li{
  list-style-type:none;
  display: inline;
  padding: .3em;
  color: #e6d7bd;
  }
  #topright {
  margin: 0 40px 0px 40px;
   }
  #topright img {
  float: right;
  }
  #content {
  position: relative;
  margin: 200px 40px 40px 40px;
  }
  #topright {
  margin-left: 340px;
  margin-top: 100px;
  text-align: right;
  }
  #topright img {
  margin-left: 20px;
  }
  #footer {
  position: absolute;
  width: 850px;
  text-align: center;
  margin: .8em 0 1em 0;
  padding-bottom: 15px;}