html
{
    background: #fff;
}

body
{
    background: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica, Sans-Serif;
}

h1
{
    background: transparent url(stuandgravy.png) no-repeat;
    background-color: #fff;
    background-position: top center;
    width: 100%;
    height: 320px;
    text-indent: -9999px;
}

div#content 
{
	background-color: #fff;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	line-height: 1.75em;
	font-size: 1.25em;
}

div#content>p
{
	width: 600px;
  margin: auto;
}

div#content>p>a
{
	font-weight: bold;
	text-decoration: none;
	color: rgb(183, 11, 11);
}

div#nav-sections
{
    text-align: center;
    height: 60px;
}

ul#navlist
{
    margin: auto;
    white-space: nowrap;
    height: 40px;
    width: 394px;
    position: relative;
}

#navlist li
{
  list-style: none;
  display: inline;

}

#navlist a
{
  padding: 14px 0px;
  margin-left: 6px;
  margin-right: 6px;
  width: 185px;
  text-decoration: none;
  float: left;
  text-indent: -9999px;
}

a#blog
{
  background: transparent url(blog.png) no-repeat;
}

a#photos
{
  background: transparent url(photos.png) no-repeat;
}

a#twitter
{
  background: transparent url(twitter.png) no-repeat;
}

div#wedding
{
    text-align: center;
    height: 50px;
    position:relative; 
}

p#wedding
{
    margin-left:auto;
    margin-right:auto;
    width: 185px;
}

a#wedding
{
  width: 185px;
  height: 40px;
  float:left;
  background: transparent url(wedding.png) no-repeat;   
  text-indent: -9999px;
}

p#copyright
{
    color: #cccccc;
    text-align: center;
    font-weight: bold;
    padding-top: 1.5em;
}
