* {
  margin: 0;
  padding: 0;
}
  

body {
  background-color: #803240;
  background-image: url(./artwork/background.png);
  background-position: top center;
  background-repeat: repeat-y;
  text-align: center;
  font-family: Georgia, serif;
  color: #37151c;
}

#container {
  width: 810px;
  margin: 0 auto;
  text-align: left;
}


/* index */

body#index #container {
  text-align: center;
}

h1#front_title {
  width: 500px;
  height: 170px;
  margin: 0 auto;
  background-image: url(./artwork/front_title.png);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -3000px;
  margin-top: 20px;
}

ul#links {
  display: block;
  width: 790px;
  height: 375px;
  margin: 15px auto 0;
  list-style: none;
}

ul#links li {
  float: left;
}

ul#links li a {
  display: block;
  height: 375px;
  background-image: url(./artwork/links-46.jpg);
  background-repeat: no-repeat;
  text-indent: -3000px;
}

li#weddings a {
  width: 198px;
  background-position: 0 0;
}

li#weddings a:hover {
  background-position: 0 -375px;
}

li#portraits a {
  width: 196px;
  background-position: -198px 0;
}

li#portraits a:hover {
  background-position: -198px -375px;
}

li#debutantes a {
  width: 196px;
  background-position: -394px 0;
}

li#debutantes a:hover {
  background-position: -394px -375px;
}

li#gmontage a {
  width: 200px;
  background-position: -590px 0;
}

li#gmontage a:hover {
  background-position: -590px -375px;
}

h2#gallery a {
  display: block;
  width: 320px;
  height: 90px;
  margin: 30px auto 0;
  background-image: url(./artwork/gallery_link.png);
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -3000px;
}

h2#gallery a:hover {
  background-position: center bottom;
}

p#copy, p#copy a {
  text-align: center;
  color: #bfb7b8;
  font-family: Georgia, serif;
  font-size: xx-small;
  margin-top: 30px;
}

/* other pages */

div#header {
  text-align: center;
  margin: 10px;
}

div#header img {
  border: 0;
}

div#nav {
  float: right;
  width: 175px;
  margin: 0 0 40px 20px;
}

#nav ul {
  list-style: none;
  text-align: right;
  margin: 15px 0;
}

#nav ul li a, #nav ul li span {
  display: block;
  width: 175px;
  border: 1px solid #803240;
  margin: 4px 0;
  padding: 0 3px 3px 0;
  font-family: Georgia, Helvetica, Tahoma, Verdana, Arial, sans-serif;
  background: #f0dddd;
  color: #933434;
  text-decoration: none;
}

#nav ul li a:hover {
  background: #c79292;
  border-width: 1px 3px;
  color: white;
  text-decoration: underline;
}

#nav ul li span {
  background: #c79292;
  border-width: 1px 3px;
  color: white;
}

#nav ul li ul {
  margin: 0 0 10px 0;
}

#nav ul li ul li {
  margin: 0 0 0 20px;
}

#nav ul li ul li a, #nav ul li ul li span {
  display: block;
  width: 155px;
}

#contactus {
  margin-top: 20px;
}

#body h1 {
  font-weight: normal;
}

#contactdetails {
  margin: 20px;
}

.gallink {
  float: left;
  width: 250px;
  height: 240px;
  margin: 20px 0 0 20px;
}

a .pageimg {
  border: 1px solid #e6d8d8;
  background-color: #fff4f6;
  padding: 10px;
  margin: 5px 0 0 0;
}

a:hover .pageimg {
  background-color: #eac9cf;
  border: 1px solid #ac969a;
}