body {
  background-image: url(/wedding/images/bg-body.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}
a:link, a:visited {
  color: #576D49;
}
a:hover, a:active {
  color: #AFD394;
}
#header {
  height: 250px;
  background-image: url(/wedding/images/photo.png);
  background-repeat: no-repeat;
  background-position: top left;
}
#header h1 {
padding: 0;
margin:0;
color: #333;
text-indent: -9999px;
font-size: 1px;
outline: none;
}
#nav {
  
}
#nav ul {
  list-style: none;
  list-style-type:;
  list-style-position:;
  list-style-image:;
}

#nav a {
  display: block;
  background: #eee;
  margin-bottom: 0.5em;
  padding: 0.5em;
  text-decoration: none;
}
#nav a:hover {
  display: block;
  background: #AFD394;
  margin-bottom: 0.5em;
  padding: 0.5em;
  text-decoration: none;
  color: #333;
}


#content img.right {
	float: right;
}

#footer {
  background-color: #333;
  color: #AFD394;
  
}
#footer p {
  margin: 1em;
}
