body {
  margin : 0px;
  background-color : #ffffff;
  text-align : center;
  }

a, a:active, a:visited, a:hover {
  color : #584A2F;
  }

#container {
  margin-right : auto;
  margin-left : auto;
  text-align : left;
  padding : 0px;
  width : 700px;
  background-color : white;
  }

#container-home {
  margin-right : auto;
  margin-left : auto;
  text-align : left;
  padding : 0px;
  width : 900px;
  background-color : white;
  }


.header-image {
  text-align : center;
  margin-top : 30px;
  }


.site-nav {
  text-align : center;
  font-family : Verdana, Arial, Helvetica;
  font-size : 11px;
  text-transform : lowercase;
  margin-top : 10px;
  margin-bottom : 20px;
  color : #cccccc;
  padding-top : 7px;
  padding-bottom : 7px;
  border-top : 1px dotted silver;
  border-bottom : 1px dotted silver;
  }

.site-nav a {
  text-decoration : none;
  }

.site-nav a:hover {
  text-decoration : underline;
  }

.nav a {
  text-decoration : none;
  color : #666666;
  }

.nav a:visited {
  text-decoration : none;
  color : #666666;
  }

.nav a:hover {
  color : black;
  border-bottom : 1px solid #AC5A28;
  }


.content {
  padding : 10px;
  font-family : Georgia, Verdana, Arial, Helvetica;
  font-size : 14px;
  line-height : 140%;
  }

h1 {
  font-size : 20px;
  font-weight : bold;
  font-family : Georgia, Verdana, Arial, Helvetica;
  color : #AC5A28;
}
  
h2 {
  font-size : 16px;
  font-weight : bold;
  }
  
h3 {
  font-size : 12px;
  font-weight : bold;
  }

.artist-name {
  font-weight : bold;
  width : 300px;
  vertical-align : top;
  border-top : 1px dotted #cccccc;
  padding-top : 10px;
  }

.artist-details {
  font-weight : normal;
  width : 400px;
  vertical-align : top;
  border-top : 1px dotted #cccccc;
  padding-top : 10px;
  padding-bottom : 20px;
}

.project-name {
  width : 400px;
  vertical-align : top;
  border-top : 1px dotted #cccccc;
  padding-top : 10px;
  padding-right : 20px;
  padding-bottom : 20px;
  }

.project-name a {
  font-weight : bold;
  }

.project-date {
  font-weight : normal;
  width : 300px;
  vertical-align : top;
  border-top : 1px dotted #cccccc;
  padding-top : 10px;
  padding-bottom : 20px;
}

.footer {
  text-align : center;
  font-family : Verdana, Arial, Helvetica;
  font-size : 11px;
  margin-top : 20px;
  margin-bottom : 20px;
  color : #666666;
  padding-top : 7px;
  border-top : 1px dotted #cccccc;
  border-bottom : 1px dotted #cccccc;
  padding-bottom : 7px;
 }



