@import "fonts/fonts.css";
body {
  background: #fff;/* url('../images/background.jpg') center top no-repeat fixed;*/
  font: 12px FenwickRegular;
}

h1 {
  color: #543727;
  font-size: 22px;
}

h2 {
  color: #543727;
  font: 14px FenwickBold;
}

a {
  color: #543727;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  margin-bottom: 1em;
  padding-left: 10px;
}


#container {
  width: 779px;
  height: 594px;
  margin: 0 auto;
  position: relative;
}

#menu {
  position: absolute;
  line-height: 27px;
  height: 27px;
  left: 68px;
  bottom: 53px;
}

#menu a {
  color: #fff;
  display: block; float: left;
  width: 160px;
  text-align: center;
  font-family: FenwickRegular;
  text-decoration: none;
}

#footer {
  text-align: center;
}

#copyright {
  font-size: .75em;
  margin-top: 10px;
}

#logo_link a {
  display: block;
  width: 431px;
  height: 134px;
  position: absolute; top: 0;
  left: 172px;
}

#logo_link a span {
  display: none;
}

#contents {
  width: 354px;
  height: 350px;
  position: absolute;
  left: 250px;
  top: 150px;
}



/* Home page */


#home #container {
  background: url('../images/home.jpg') left top no-repeat;
}

/* Artwork Page */

#artwork #container {
  background: url('../images/artwork.jpg') left top no-repeat;
}

/* About Page */
#about #container {
  background: url('../images/about.jpg') left top no-repeat;
}
#about #contents {
  width: 460px;
  height: 360px;
  overflow: auto;
}

/* Contact Page */
#contact #container {
  background: url('../images/contact.jpg') left top no-repeat;
}
