body {
  margin:0;
  padding:0;
  line-height: 1.5em;
  font-family:Trebuchet MS,Arial,Georgia,Helvetica,Verdana;
  font-size:90%;
  background:#eae1bd;
  }

a {
  color:#5a6761;
  font-weight:bold;
  text-decoration:none;
  }

a:visited {
  color:#5a6761;
  font-weight:bold;
  text-decoration:none;
  }
  
a:hover {
  color:#c02;
  font-weight:bold;
  text-decoration:underline;
  }

#topsection{
  background: url("img/background-top.gif") no-repeat #8d9a94;
  border-bottom:#8d9a94 2px solid;
  height:90px;
  }

#topsection h1{
  margin: 0;
  padding-top: 15px;
  }

#contentwrapper{
  float: left;
  width: 100%;
  background:#eae1bd;
  }

h2 {
  padding-top:10px;
  color:#5a6761;
  }

#contentcolumn{
margin-left: 200px;
/*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
height:400px;
border-width:0px 2px 2px 0px;
border-color:#8d9a94;
border-style:solid;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: #d8d7b2;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


.highNav a {
background-color:#eae1bd;
padding:0px 2px 0px 2px;
border:1px solid #c8c09b;
}


div.excursus {
margin:5px 30px 5px 30px;
padding:0px 5px 0px 5px;
border:1px solid #8d9a94;
}

.excursus p {
margin-top:0px;
}


blockquote {
  font-size:85%;
  color:#000;
  line-height:200%;
  background-color:#d9d0ac;
  padding:0px 5px 0px 5px;
  }

hr {
  width:90%;
  height:6px;
  border-bottom:1px dotted #5a6761;
  border-top:0px solid #000;
  border-left:0px solid #000;
  border-right:1px dotted #5a6761;
  
  }

.bibliography {
  padding-left:25px;
  text-indent:-25px;
  }

.photocredit {
  color:#5a6761;
  font-size:85%;
  }

.photocredit a {
  color:#5a6761;
  font-weight:normal;
  text-decoration:underline;
  }

.photocredit a:hover {
  color:#c02;
  font-weight:normal;
  text-decoration:underline;
  }
